X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/041d7ce7940d63e8bf5edc7ef3d7bf9b1774d82e..6f8b5fe4757b151a042ea83adbce2eb6c218d104:/install.php?ds=sidebyside diff --git a/install.php b/install.php index 9e05b8c..2739bc8 100644 --- a/install.php +++ b/install.php @@ -102,13 +102,6 @@ function jirafeau_add_ending_slash($path) return $path . ((substr($path, -1) == '/') ? '' : '/'); } -function jirafeau_fatal_error($errorText) -{ - echo '
' . $errorText . '