Skip to content

Commit

Permalink
Verison 0.2-Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
harryajc committed Aug 26, 2021
1 parent acc622b commit 32d63d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Please Note: This tool is currently in early development and is not recommend fo

This is a admin management tool for a MediaWiki farm instanace.

Version: 0.1-Alpha
Version: 0.2-Alpha

Requirements
------------------
Expand Down
2 changes: 1 addition & 1 deletion createwiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
// Check input errors before performing tasks
if(empty($wiki_dir_err) && empty($url_raw_err) && empty($subfolder_err) && empty($db_name_err) && empty($wiki_name_err) && empty($wiki_ns_err)){
// Create required variables
$wiki_local = "{$wiki_dir}/LocalSettings{$db_name}.php";
$wiki_local = "{$wiki_dir}/LocalSettings_{$db_name}.php";

// Performing tasks to create wiki
echo shell_exec("mkdir {$wiki_dir}/"); // Making the new directory
Expand Down

0 comments on commit 32d63d8

Please sign in to comment.