diff --git a/admin/views/header.php b/admin/views/header.php index f8953b4..4a71c67 100644 --- a/admin/views/header.php +++ b/admin/views/header.php @@ -6,7 +6,7 @@ if (!defined('IN_SYS')) { } ?> - + @@ -25,8 +25,8 @@ if (!defined('IN_SYS')) { diff --git a/bak/register_bak.php b/bak/register_bak.php deleted file mode 100644 index 697d082..0000000 --- a/bak/register_bak.php +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - <?php echo $title; ?> - <?php echo $lang->I18N('register'); ?> - - - - - - -
-
- -
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - - -
-
- - -
-
- -
-
-
- - - \ No newline at end of file diff --git a/bak/remote_reg.php b/bak/remote_reg.php deleted file mode 100644 index 7e4b223..0000000 --- a/bak/remote_reg.php +++ /dev/null @@ -1,33 +0,0 @@ -]*id="footer"[^>]*>(.*?) /si', $html, $match); - $password_reset_token_id = "b374b5bd4e35d2cadd98caa77d68c19a"; - $logged_ipaddress = "116.228.234.98"; - $title = $title . ' - Lost Password / Password Recovery'; -?> - - -
- - - ipaddress logged -

Lost Password Retrieval System

-
-

Password Reset

- -
- - -
-
- - -
-
- -
-
-
-

In the above form, enter the username and the REGISTERED email address that was used when signing up for the account.
- We will then email the registered email address with reset account details. -

-
-
- diff --git a/bak/resetpass.php b/bak/resetpass.php deleted file mode 100644 index 535250c..0000000 --- a/bak/resetpass.php +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - <?=$title?> - Lost Password / Password Recovery - - - - - -
- ipaddress logged - -
- - -
- - -
-
- - -
-
- - -
-
- -
-
-
-

In the above form, enter the username and the REGISTERED email address that was used when signing up for the account.
- We will then email the registered email address with reset account details. -

-
-
- - - \ No newline at end of file diff --git a/clientarea/views/header.php b/clientarea/views/header.php index b66e070..da60924 100644 --- a/clientarea/views/header.php +++ b/clientarea/views/header.php @@ -6,7 +6,7 @@ if (!defined('IN_SYS')) { } ?> - + @@ -25,8 +25,8 @@ if (!defined('IN_SYS')) { diff --git a/core.php b/core.php index 215b75a..344de16 100644 --- a/core.php +++ b/core.php @@ -6,7 +6,6 @@ if (!defined('IN_SYS')) { } $ROOT = __DIR__; include_once "{$ROOT}/data/config.php"; -include_once "{$ROOT}/data/lang.php"; include_once "{$ROOT}/library/lang.class.php"; include_once "{$ROOT}/library/functions.php"; include_once "{$ROOT}/library/pdo.class.php"; @@ -14,4 +13,4 @@ include_once "{$ROOT}/library/pdo.class.php"; $rooturl = $_SERVER['HTTP_HOST']; $domain = preg_replace('/^www\./', '', $rooturl); -$lang = new Language("{$ROOT}/data/language/", $languages, 'en-US'); +$lang = new Language("{$ROOT}/data/language/"); diff --git a/core/views/header.php b/core/views/header.php index 352824a..41752a9 100644 --- a/core/views/header.php +++ b/core/views/header.php @@ -6,7 +6,7 @@ if (!defined('IN_SYS')) { } ?> - + @@ -26,8 +26,8 @@ if (!defined('IN_SYS')) { diff --git a/core/views/login.php b/core/views/login.php index b1f580f..ccb601b 100644 --- a/core/views/login.php +++ b/core/views/login.php @@ -46,8 +46,8 @@ if (!defined('IN_SYS')) {