mirror of
https://github.com/friendica/friendica
synced 2025-01-26 00:20:03 +00:00
4 lines
139 B
Batchfile
4 lines
139 B
Batchfile
@ECHO OFF
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
SET BIN_TARGET=%~dp0/../defuse/php-encryption/bin/generate-defuse-key
|
|
php "%BIN_TARGET%" %*
|