Creation of auto-gen script #11

Merged
MrLyallCSIT merged 2 commits from issue-10 into main 2020-08-05 18:36:04 +00:00
MrLyallCSIT commented 2020-08-04 17:02:21 +00:00 (Migrated from github.com)

Closes #10

Closes #10
luketainton (Migrated from github.com) reviewed 2020-08-05 18:12:58 +00:00
@@ -10,0 +10,4 @@
// Database auto-generation
if (file_exists("/../includes/install.php")) {
return;
add_action('run_db_populate')
luketainton (Migrated from github.com) commented 2020-08-05 18:12:51 +00:00

What does this do?

What does this do?
MrLyallCSIT (Migrated from github.com) reviewed 2020-08-05 18:32:48 +00:00
@@ -10,0 +10,4 @@
// Database auto-generation
if (file_exists("/../includes/install.php")) {
return;
add_action('run_db_populate')
MrLyallCSIT (Migrated from github.com) commented 2020-08-05 18:32:48 +00:00

Runs the install script then renames it's so it doesn't run it each time

Runs the install script then renames it's so it doesn't run it each time
luketainton (Migrated from github.com) approved these changes 2020-08-05 18:34:26 +00:00
Sign in to join this conversation.