We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124a01e commit 8c3eeb9Copy full SHA for 8c3eeb9
main/cron/lang/list_undefined_langvars.php
@@ -6,7 +6,7 @@
6
/**
7
* Includes and declarations
8
*/
9
-if (PHP_SAPI!='cli') { die('Run this script through the command line or comment this line in the code'); }
+//if (PHP_SAPI!='cli') { die('Run this script through the command line or comment this line in the code'); }
10
require_once '../../inc/global.inc.php';
11
require_once api_get_path(SYS_CODE_PATH).'admin/sub_language.class.php';
12
$path = api_get_path(SYS_LANG_PATH).'english';
0 commit comments