Author: sevein
Date: Thu Sep 29 12:56:22 2011
New Revision: 9875
Log:
Revert accidental commit
Modified:
trunk/qubit_dev.php
Modified: trunk/qubit_dev.php
==============================================================================
--- trunk/qubit_dev.php Thu Sep 29 12:08:33 2011 (r9874)
+++ trunk/qubit_dev.php Thu Sep 29 12:56:22 2011 (r9875)
@@ -4,6 +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.');
}
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.