X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=wallabag_compatibility_test.php;h=da0786234291c8ba789609c3a53e0937fa0a547d;hb=280972a66cd1a64003b4c4e5cc9b17347c1638bc;hp=d6f221564c6a27550143e61f75d4f98555652b5b;hpb=ab157bbb75ba226917145c9bf906cbf764a85cd0;p=github%2Fwallabag%2Fwallabag.git diff --git a/wallabag_compatibility_test.php b/wallabag_compatibility_test.php index d6f22156..da078623 100644 --- a/wallabag_compatibility_test.php +++ b/wallabag_compatibility_test.php @@ -1,4 +1,13 @@ + * @copyright 2013 + * @license http://opensource.org/licenses/MIT see COPYING file + */ + $app_name = 'wallabag'; $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>='));