mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
www: generate secret on bootup
This commit is contained in:
parent
e8a60a29d1
commit
d6411ae007
@ -183,7 +183,7 @@ echo "done."
|
||||
|
||||
# let the PHP-based configuration subsystem set up the system now
|
||||
echo -n "Launching the init system..."
|
||||
rm -f /root/lighttpd*
|
||||
rm -f /usr/local/www/csrf/csrf-secret.php /root/lighttpd*
|
||||
touch /var/run/booting
|
||||
/usr/local/etc/rc.bootup
|
||||
rm /var/run/booting
|
||||
|
||||
@ -1 +0,0 @@
|
||||
<?php $secret = "3f27f3793cfb16c2700474d5c613487e258143d9";
|
||||
Loading…
x
Reference in New Issue
Block a user