We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f7453 commit 2bb1a01Copy full SHA for 2bb1a01
ecjia
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env php
2
+<?php
3
+
4
+define('IN_ECJIA', true);
5
+define('NO_CHECK_INSTALL', true);
6
7
+// 站点根目录
8
+define('SITE_ROOT', dirname(__FILE__) . DIRECTORY_SEPARATOR);
9
10
+require SITE_ROOT . 'content/bootstrap/console.php';
0 commit comments