diff options
Diffstat (limited to 'html/includes/functions.php')
-rwxr-xr-x | html/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/includes/functions.php b/html/includes/functions.php index cefc1cc..d0be5b7 100755 --- a/html/includes/functions.php +++ b/html/includes/functions.php @@ -28,7 +28,7 @@ srand(microtime() * 1000); $charimg = $charimages[rand(0, count($charimages)-1)];
// Two letter codes and their corresponding country names
-require_once(dirname(__FILE__) .'/countries.php');
+require_once(dirname(__FILE__) . '/countries.php');
// Addslashes if magic_quotes are off
function my_addslashes($data) {
|