Skip to content

Commit

Permalink
Fixed issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Jan 15, 2012
1 parent f190e51 commit 2167df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopa.module
Expand Up @@ -8,7 +8,7 @@ $on_user_page = strpos($_REQUEST['q'], 'user') === 0;

if ($_GET['sopa_test'] || !($on_admin_page || $on_user_page)) {
if ($_GET['sopa_test'] || date('Y-m-d') == '2012-01-18') {
print file_get_contents(dirname(__FILE__) .'/template');
print file_get_contents(dirname(__FILE__) .'/template/sopa.html');
exit();
}
}
Expand Down

0 comments on commit 2167df4

Please sign in to comment.