mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-09 22:53:57 +03:00
parent
0794111cda
commit
94f722b4d5
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ if (!isset($authdb)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* No need to change stuf below */
|
/* No need to change stuf below */
|
||||||
|
|
||||||
|
if (function_exists('curl_init') === FALSE) {
|
||||||
|
$errormsg = "You need PHP Curl to run nsedit";
|
||||||
|
$blocklogin = TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
$defaults['defaulttype'] = ucfirst(strtolower($defaults['defaulttype']));
|
$defaults['defaulttype'] = ucfirst(strtolower($defaults['defaulttype']));
|
||||||
|
|
||||||
if (isset($authdb) && !file_exists($authdb)) {
|
if (isset($authdb) && !file_exists($authdb)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue