Author: mj
Date: Fri Oct 14 06:42:33 2011
New Revision: 10092
Log:
Code clean-up
Modified:
trunk/qubit_dev.php
Modified: trunk/qubit_dev.php
==============================================================================
--- trunk/qubit_dev.php Fri Oct 14 06:34:15 2011 (r10091)
+++ trunk/qubit_dev.php Fri Oct 14 06:42:33 2011 (r10092)
@@ -4,7 +4,7 @@
// feel free to remove this, extend it or make something more sophisticated.
if (!in_array(@$_SERVER['REMOTE_ADDR'], array('127.0.0.1', '::1')))
{
-// die('You are not allowed to access this file. Check '.basename(__FILE__).'
for more information.');
+ die('You are not allowed to access this file. Check '.basename(__FILE__).'
for more information.');
}
require_once(dirname(__FILE__).'/config/ProjectConfiguration.class.php');
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.