adodb 최신버전으로 변경

<? 를 <?php 로 변경
This commit is contained in:
2018-01-11 19:28:35 +09:00
parent feff33715f
commit 7b3b674dee
450 changed files with 19425 additions and 32248 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
define(ROOT, '..');
require_once(ROOT.'/f_config/config.php');
require_once(ROOT.W.F_CONFIG.W.APP.PHP);
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
require_once(ROOT.'/f_config/config.php');
require_once(ROOT.W.F_FUNC.W.'class._DB.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
require_once(ROOT.W.E_LIB.W.'adodb5/adodb.inc.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
class _JSON {
public static function Encode($arr) {
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
require_once(ROOT.'/f_config/config.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
require_once(ROOT.'/f_config/config.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
require_once(ROOT.W.E_LIB.W.'phpmailer5/class.phpmailer.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
require_once(ROOT.'/f_config/config.php');
require_once(ROOT.W.F_FUNC.W.'class._Lock.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
class _Queue {
private $capacity;
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
class _Session {
public function __construct() {
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
require_once(ROOT.'/f_config/config.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
class _String {
public static function GetStrLen($str) {
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
class _Time {
public static function DateToday() {
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once(ROOT.W.F_FUNC.W.'class._String.php');
class _Validation {
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
function CustomHeader() {
if(!headers_sent()) {