X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Finstall-functions.php;h=4f9d8c0da1ce35deb978f37f314e0b50d1131aa4;hb=5736dfb1b51bff78b3594a166f350e76784fa0ff;hp=9cabd5ce8ae9dbbee53cf31dcde3f3904cb20e6d;hpb=da475800e7c8dba5434f2baddadae8d65a7dff2f;p=mailer.git diff --git a/inc/install-functions.php b/inc/install-functions.php index 9cabd5ce8a..4f9d8c0da1 100644 --- a/inc/install-functions.php +++ b/inc/install-functions.php @@ -37,10 +37,6 @@ * MA 02110-1301 USA * ************************************************************************/ -/************************************************************************ - * YOU MAY ALSO WANT TO REMOVE THIS FILE AFTER INSTALLTION! * - ************************************************************************/ - // Some security stuff... if (!defined('__SECURITY')) { die(); @@ -104,12 +100,6 @@ function addToInstallContent ($out) { // Read a given SQL dump function readSqlDump ($FQFN) { - // Sanity-check if file is there (should be there, but just to make it sure) - if (!isFileReadable($FQFN)) { - // This should not happen - debug_report_bug(__FUNCTION__.': File ' . basename($FQFN) . ' is not readable!'); - } // END - if - // Load the file $content = readFromFile($FQFN);