© Сделано на LiveStreet
Дизайн - ©2009 MODx RED Group
$this->config["badwords"]["enabled"] = !is_null($this->Get("badwords")) ? 1 : 0;
$this->config["badwords"]["type"] = !is_null($this->Get("bw")) ? intval($this->Get("bw")) : 1;
if($this->config["badwords"]["enabled"]) {
$badwords = $this->Get("badwords");
$badwords = preg_replace("~([\n\r\t\s]+)~","",$badwords);
$this->config["badwords"]["words"] = explode(",",$badwords);
$this->config["badwords"]["regexp"] = "~" . implode("|",$this->config["badwords"]["words"])."~i";
} Подскажите решение, плз :)
HTTP/1.1 500 Internal Server Error
Server: nginx/0.7.65
Date: Wed, 15 Feb 2012 19:49:36 GMT
Content-Type: text/html; charset=utf-8
X-Powered-By: PHP/5.2.17
P3P: CP="NOI NID ADMa OUR IND UNI COM NAV"
Cache-Control: private, must-revalidate
Set-Cookie: SN4ee604d5bbdd2=mg64m4hc43qvde0g50mtem2i53; path=/
Set-Cookie: yams_lang=ru; expires=Wed, 22-Feb-2012 19:49:36 GMT; path=/
Set-Cookie: yams_lang=ru; expires=Wed, 22-Feb-2012 19:49:36 GMT; path=/
Content-Length: 0 В чем может быть причина? куда копать?
if ( $_GET['abc'] == $page) {echo "selected='selected'";}<div> — он его удаляет.cleanup : false,
verify_html : false,
cleanup_on_startup : false не помогло