Untitled

Run Settings
LanguagePHP
Language Version
Run Command
<?php class Contorller { public function testIP() { return array_search($_SERVER['REMOTE_ADDR'], $allowed_ips) != -1; } public function testCookie() { $_COOKIE['tony_cookie'] } } $crl = new Controller(); if (!$ctl->testIp() && !$ctl->testCookie()) { echo "Досвидули!"; }
Editor Settings
Theme
Key bindings
Full width
Lines