v0.1.3a fix some location error

This commit is contained in:
Victor
2021-06-08 15:07:04 +02:00
parent 5bc65aad94
commit 36640946a1
4 changed files with 11 additions and 10 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
<?php
//require "user_migration.php";
//require "post_migration.php";
echo "Nothing required/Enabled ";
require "user_migration.php";
require "post_migration.php";
echo "done";
//echo "Nothing required/Enabled ";