|
@@ -15,17 +15,11 @@ class QueueOne extends Start_Controller {
|
|
|
{
|
|
|
$ip = $_SERVER['REMOTE_ADDR'];
|
|
|
if(!in_array($ip,$this->ip)){
|
|
|
- exit("Unauthorized access");
|
|
|
- }
|
|
|
- if($arg == 'u9action')//
|
|
|
- {
|
|
|
- $this->_u9action();
|
|
|
+ exit("No direct script access allowed");
|
|
|
}
|
|
|
|
|
|
- else
|
|
|
- {
|
|
|
- return ;
|
|
|
- }
|
|
|
+ $this->_u9action();
|
|
|
+
|
|
|
}
|
|
|
|
|
|
private function _u9action(){
|