File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 17
17
require_once (CLASS_DIR . '/base.class.php ' );
18
18
require_once (CLASS_DIR . '/coins/coin_base.class.php ' );
19
19
require_once (CLASS_DIR . '/setting.class.php ' );
20
+ require_once (INCLUDE_DIR . '/version.inc.php ' );
20
21
if (PHP_OS == 'WINNT ' ) require_once (CLASS_DIR . '/memcached.class.php ' );
21
22
22
23
// Now decide on which coin class to load and instantiate
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ function cfip() { return (@defined('SECURITY')) ? 1 : 0; }
101
101
102
102
// version check and config check if not disabled
103
103
if (@$ _SESSION ['USERDATA ' ]['is_admin ' ] && $ user ->isAdmin (@$ _SESSION ['USERDATA ' ]['id ' ])) {
104
- require_once (INCLUDE_DIR . '/version.inc.php ' );
105
104
if (!@$ config ['skip_config_tests ' ]) {
106
105
require_once (INCLUDE_DIR . '/admin_checks.php ' );
107
106
}
You can’t perform that action at this time.
0 commit comments