diff options
Diffstat (limited to 'auth.php')
| -rw-r--r-- | auth.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ $options = getopt("c:", [ 'digits:', 'delay:' ]); +if (isset($options['secret'])) echo "!!! PODAWANIE SEKRETU JAKO ARGUMENT NIE JEST BEZPIECZNE !!!\n"; if (isset($options['c'])) $config = load_config($options['c']); else $config = new stdClass(); $config_default = load_config(__DIR__.'/config_default.json'); |
