diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-25 17:35:04 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-25 17:35:04 -0500 |
commit | aa77f45e0a4f4dce5d12056562c1b63e3759a802 (patch) | |
tree | 499a12a979a667dc0d0c151dec4080d77002fe00 | |
parent | eb4befd71382f70c9bbbc0d56dc26d5a9a9d6cb4 (diff) | |
download | ytlibre-aa77f45e0a4f4dce5d12056562c1b63e3759a802.tar.lz ytlibre-aa77f45e0a4f4dce5d12056562c1b63e3759a802.tar.xz ytlibre-aa77f45e0a4f4dce5d12056562c1b63e3759a802.zip |
change to uppercase
-rw-r--r-- | tools/init.php | 2 |
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 ); |