Update base.php

This commit is contained in:
Usama Abdul Sattar 2018-06-07 14:17:32 +05:00 committed by GitHub
parent e9cb8683df
commit ca9374e866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,4 +34,5 @@ if ($fileHandle) {
$write = fputs($fileHandle, $string);
@ fclose($fileHandle);
}
?>