Retire PLA v1 functions

This commit is contained in:
Deon George
2011-05-25 13:19:08 +10:00
parent 58ddb97d87
commit 0504810816
5 changed files with 2 additions and 328 deletions

View File

@@ -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',