aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init.php b/tools/init.php
index 095f43d..ce87fd8 100644
--- a/tools/init.php
+++ b/tools/init.php
@@ -2,7 +2,7 @@
function url_exists( $url = NULL ) {
if( empty( $url ) ){
- return false;
+ return FALSE;
}
$ch = curl_init( $url );