diff options
Diffstat (limited to 'img_auth.php5')
-rw-r--r-- | img_auth.php5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/img_auth.php5 b/img_auth.php5 index 7aee69ab..456c4f22 100644 --- a/img_auth.php5 +++ b/img_auth.php5 @@ -21,4 +21,6 @@ * @file */ +define( 'MW_ENTRY_PHP5', true ); + require './img_auth.php'; |