forked from leftypol/leftypol
check if configured before running
This commit is contained in:
parent
f25ddbb3a6
commit
f4f76bf3c6
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
|
||||
/* End Config */
|
||||
|
||||
if(empty($kusabaxc['db']['user']))
|
||||
error('Did you forget to configure the script?');
|
||||
|
||||
// KusabaX functions
|
||||
function md5_decrypt($enc_text, $password, $iv_len = 16) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue