some hacky changes to device.php to display port

git-svn-id: http://www.observium.org/svn/observer/trunk@1430 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-19 11:12:28 +00:00
parent d2ff1002cc
commit 3634fa3c16
4 changed files with 63 additions and 68 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
ini_set('allow_url_fopen', 0);
ini_set('display_errors', 0);
#$debug=1;
if($debug) {
if(strpos($_SERVER['REQUEST_URI'], "debug")) {
$debug = "1";
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
ini_set('log_errors', 1);