Retire PLA v1 functions
This commit is contained in:
@@ -114,7 +114,7 @@ if (! $config = check_config($app['config_file'])) {
|
||||
if ($uri = get_request('URI','GET'))
|
||||
header(sprintf('Location: cmd.php?%s',base64_decode($uri)));
|
||||
|
||||
if (! ereg('^([0-9]+\.?)+',app_version())) {
|
||||
if (! preg_match('/^([0-9]+\.?)+/',app_version())) {
|
||||
if (count($_SESSION[APPCONFIG]->untested()))
|
||||
system_message(array(
|
||||
'title'=>'Untested configuration paramaters',
|
||||
|
Reference in New Issue
Block a user