Skip to content

Commit

Permalink
Remove change in qubit_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jraddaoui committed Oct 28, 2013
1 parent 8a38b01 commit e369fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubit_dev.php
Expand Up @@ -12,7 +12,7 @@

if (!in_array(@$_SERVER['REMOTE_ADDR'], $allowedIps))
{
//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');
Expand Down

0 comments on commit e369fb7

Please sign in to comment.