diff options
Diffstat (limited to 'mayor-orig/www/skin/api')
-rw-r--r-- | mayor-orig/www/skin/api/base/html/alert.phtml | 13 | ||||
-rw-r--r-- | mayor-orig/www/skin/api/base/html/base.phtml | 11 |
2 files changed, 0 insertions, 24 deletions
diff --git a/mayor-orig/www/skin/api/base/html/alert.phtml b/mayor-orig/www/skin/api/base/html/alert.phtml deleted file mode 100644 index fe4c54e4..00000000 --- a/mayor-orig/www/skin/api/base/html/alert.phtml +++ /dev/null @@ -1,13 +0,0 @@ -<?php - - function html_alert() { - // global $ALERT_MSG; // jelenleg nem használjuk - if (isset($_SESSION['alert'])===true && is_array($_SESSION['alert'] === true && count($_SESSION['alert'])>0)) { - var_dump($_SESSION['alert']); - return false; // ne jelenjen meg az oldal - } else { - return true; // nincs hiba - } - } - -?> diff --git a/mayor-orig/www/skin/api/base/html/base.phtml b/mayor-orig/www/skin/api/base/html/base.phtml deleted file mode 100644 index 34ca652f..00000000 --- a/mayor-orig/www/skin/api/base/html/base.phtml +++ /dev/null @@ -1,11 +0,0 @@ -<?php - - function html_base($sessionID,$policy,$page,$sub,$f,$lang,$skin,$MENU) { - global $_JSON; - @header("Content-Type: application/json; charset=utf-8"); - define('_UNIQUE', uniqid()); //--TODO GLOBAL - page($page,$sub,$f,$lang,$skin,$policy); - echo json_encode($_JSON); - } - -?> |