require_once -> require

This commit is contained in:
2018-01-14 14:26:08 +09:00
parent 599160d043
commit 5302734219
77 changed files with 235 additions and 232 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
require_once(ROOT.W.F_FUNC.W.'class._String.php');
require(ROOT.W.F_FUNC.W.'class._String.php');
class _Validation {
public static function CheckID($id) {