?> 제거

replace 코드 디버깅 용도로 제거
This commit is contained in:
2018-01-14 02:31:25 +09:00
parent 1efe3a750b
commit 7e0940d57d
231 changed files with 5683 additions and 326 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ require_once(ROOT.W.F_CONFIG.W.APP.PHP);
require_once(ROOT.W.F_FUNC.W.FUNC.PHP);
CustomHeader();
?>
+1 -1
View File
@@ -24,4 +24,4 @@ class _Chat {
}
}
?>
+1 -1
View File
@@ -142,4 +142,4 @@ class _DB {
}
}
?>
+1 -1
View File
@@ -52,4 +52,4 @@ class _JSON {
}
}
?>
+1 -1
View File
@@ -70,4 +70,4 @@ class _Lock {
}
}
?>
+1 -1
View File
@@ -45,4 +45,4 @@ class _Log {
}
}
?>
+1 -1
View File
@@ -37,4 +37,4 @@ class _Mail {
}
}
?>
+1 -1
View File
@@ -33,4 +33,4 @@ class _Process {
}
}
?>
+1 -1
View File
@@ -39,4 +39,4 @@ class _Queue {
return $value;
}
}
?>
+1 -1
View File
@@ -72,4 +72,4 @@ class _Session {
}
}
?>
+1 -1
View File
@@ -78,4 +78,4 @@ class _Setting {
}
}
?>
-1
View File
@@ -234,4 +234,3 @@ class _String {
}
}
?>
+1 -1
View File
@@ -44,4 +44,4 @@ class _Time {
}
}
?>
+1 -1
View File
@@ -111,4 +111,4 @@ class _Validation {
}
}
?>
+1 -1
View File
@@ -97,4 +97,4 @@ function delExpiredInDir($dir, $t) {
return $success;
}
?>