X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/4a704a2317082462f221a2a721ab8bab864c461e..03f216f58de659215008347947a754096902771e:/install.php diff --git a/install.php b/install.php index b6b322d..705f3d6 100644 --- a/install.php +++ b/install.php @@ -26,73 +26,6 @@ require(JIRAFEAU_ROOT . 'lib/settings.php'); require(JIRAFEAU_ROOT . 'lib/functions.php'); require(JIRAFEAU_ROOT . 'lib/lang.php'); -function jirafeau_export_cfg($cfg) -{ - $content = ' true, - 'why' => $mkdir_str1 . '
' . - $path . '
' . $solution_str . - '
' . $mkdir_str2); - } - - foreach (array('files', 'links', 'async') as $subdir) { - $subpath = $path.$subdir; - - if (!jirafeau_mkdir($subpath) || !jirafeau_is_writable($subpath)) { - return array('has_error' => true, - 'why' => $mkdir_str1 . '
' . - $subpath . '
' . $solution_str . - '
' . $mkdir_str2); - } - } - - return array('has_error' => false, 'why' => ''); -} - -function jirafeau_add_ending_slash($path) -{ - return $path . ((substr($path, -1) == '/') ? '' : '/'); -} - /** * Check installation **/ @@ -187,7 +120,7 @@ default: > + id = "admin_password" size = "40" autocomplete = "new-password"/> @@ -215,12 +148,7 @@ case 2: ?>