* Put general method createLink for API into helper.

This commit is contained in:
dingguodong
2021-08-10 13:14:39 +08:00
parent b4f28ca7d7
commit 4c9a8772b6
4 changed files with 216 additions and 61 deletions
+1 -1
View File
@@ -20,9 +20,9 @@ ob_start();
/* Load the framework. */
include '../framework/api/router.class.php';
include '../framework/api/entry.class.php';
include '../framework/api/helper.class.php';
include '../framework/control.class.php';
include '../framework/model.class.php';
include '../framework/helper.class.php';
/* Log the time and define the run mode. */
$startTime = getTime();