CLI is no availabe in stable4

This commit is contained in:
Frank Karlitschek 2012-06-05 14:10:50 +02:00
parent d3bb01b598
commit 5c9325bbe0
1 changed files with 5 additions and 7 deletions

View File

@ -381,13 +381,11 @@ class OC{
$server=OC_Helper::serverHost();
$serverhost=parse_url($server);
if(isset($serverhost['host'])) $serverhost=$serverhost['host']; else $serverhost='';
if(!self::$CLI){
if(($_SERVER['REQUEST_METHOD']=='POST') and ($refererhost<>$serverhost)) {
$url = OC_Helper::serverProtocol().'://'.$server.OC::$WEBROOT.'/index.php';
header("Location: $url");
exit();
}
}
if(($_SERVER['REQUEST_METHOD']=='POST') and ($refererhost<>$serverhost)) {
$url = OC_Helper::serverProtocol().'://'.$server.OC::$WEBROOT.'/index.php';
header("Location: $url");
exit();
}
self::initSession();
self::initTemplateEngine();