diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5939540 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +/.idea +/.vscode +/plugin/*.* +/runtime/cache +/runtime/views +/runtime/admin +/runtime/index +/runtime* +*.log +/tests/tmp +/tests/.phpunit.result.cache + +public/upload/datasheet/* +public/upload/datasheet* \ No newline at end of file diff --git a/app/admin/library/Auth.php b/app/admin/library/Auth.php index a5e76d8..9e3d76c 100644 --- a/app/admin/library/Auth.php +++ b/app/admin/library/Auth.php @@ -67,6 +67,8 @@ class Auth */ protected static $instance = null; + public $groupIDs; + /** * 类构造函数 * class constructor. diff --git a/app/common/library/Auth.php b/app/common/library/Auth.php index b28f294..b831a03 100644 --- a/app/common/library/Auth.php +++ b/app/common/library/Auth.php @@ -52,6 +52,8 @@ class Auth */ protected static $instance = null; + public $request; + /** * 类构造函数 * class constructor.