require_once를 require로 다시 변경

server_close 시스템 변경 준비
This commit is contained in:
2018-01-14 13:49:50 +09:00
parent 35e92365f2
commit 599160d043
14 changed files with 39 additions and 43 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
include(__DIR__.'/plates/Engine.php');
include(__DIR__.'/plates/Extension/ExtensionInterface.php');
include(__DIR__.'/plates/Template/Data.php');
include(__DIR__.'/plates/Template/Directory.php');
include(__DIR__.'/plates/Template/FileExtension.php');
include(__DIR__.'/plates/Template/Folders.php');
include(__DIR__.'/plates/Template/Func.php');
include(__DIR__.'/plates/Template/Functions.php');
include(__DIR__.'/plates/Template/Name.php');
include(__DIR__.'/plates/Template/Template.php');
?>