main
parent
ece03017fa
commit
2e4f4f9588
@ -1,6 +1,6 @@ |
||||
<?php |
||||
|
||||
final class Configure { |
||||
final class configure { |
||||
private static $config = array(); |
||||
protected function __construct() { } |
||||
|
||||
@ -1,14 +1,14 @@ |
||||
<?php |
||||
Configure::set('display', true); // Show Output |
||||
Configure::set('logfile', true); // Save to log folder |
||||
Configure::set('syslog', false); |
||||
configure::set('display', true); // Show Output |
||||
configure::set('logfile', true); // Save to log folder |
||||
configure::set('syslog', false); |
||||
|
||||
//do_command('service', 'mysql', 'stop'); |
||||
|
||||
force_root(); |
||||
|
||||
$my_key = read_file("/etc/neato_secrets/mysql_key"); |
||||
$o = Enc::decode_file($cwd . "/my_vaults/mysql_secrets", $my_key); |
||||
$o = enc::decode_file($cwd . "/my_vaults/mysql_secrets", $my_key); |
||||
echo $o->root; |
||||
|
||||
//do_command('service', 'mysql', 'start'); |
||||
|
||||
Loading…
Reference in new issue