|
@@ -1,8 +1,8 @@
|
|
|
<?php
|
|
<?php
|
|
|
if (! defined("CONFIG")) die("Not defined");
|
|
if (! defined("CONFIG")) die("Not defined");
|
|
|
|
|
|
|
|
-if (isset($_GET['ip-type'])) { $ip_type = $_GET["ip_type"] * 1; }
|
|
|
|
|
-if (isset($_POST['ip-type'])) { $ip_type = $_POST["ip_type"] * 1; }
|
|
|
|
|
|
|
+if (isset($_GET['ip_type'])) { $ip_type = $_GET["ip_type"] * 1; }
|
|
|
|
|
+if (isset($_POST['ip_type'])) { $ip_type = $_POST["ip_type"] * 1; }
|
|
|
if (!isset($ip_type)) {
|
|
if (!isset($ip_type)) {
|
|
|
if (isset($_SESSION[$page_url]['ip_type'])) { $ip_type = $_SESSION[$page_url]['ip_type']*1; }
|
|
if (isset($_SESSION[$page_url]['ip_type'])) { $ip_type = $_SESSION[$page_url]['ip_type']*1; }
|
|
|
}
|
|
}
|