4 lines
72 B
PHP
4 lines
72 B
PHP
<?php
|
|
include ('config.php');
|
|
include (APP_BASE_PATH.'fileupload.php');
|
<?php
|
|
include ('config.php');
|
|
include (APP_BASE_PATH.'fileupload.php');
|