]> git.wh0rd.org - tt-rss.git/blobdiff - include/sanity_check.php
installer: use PDO, improve wording for some notices
[tt-rss.git] / include / sanity_check.php
index dddc557f2500986ab5f206556534bad615fd34fd..94578b4040c495c604bd52eb7093b6c5e4d4e490 100755 (executable)
                        }
 
                        if (!class_exists("PDO")) {
-                               array_push($errors, "PHP support for PDO (Portable Data Objects) is required but was not found.");
+                               array_push($errors, "PHP support for PDO is required but was not found.");
                        }
 
                        if (!function_exists("mb_strlen")) {