feat: php vendor를 동적으로 구성하도록 변경 #209

Merged
Hide_D merged 7 commits from no_php_vendor_code into devel 2022-03-13 21:15:43 +09:00
Showing only changes of commit ba88642ab8 - Show all commits
+4
View File
@@ -2,6 +2,10 @@
namespace sammo;
if (!file_exists(__DIR__ . '/vendor/autoload.php')){
header('Location:install.php');
die();
}
require(__DIR__ . '/vendor/autoload.php');
if (!class_exists('\\sammo\\RootDB')) {