ecom
E-commerce cms
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
home
isundil
Project
ecom
console.php
Go to the documentation of this file.
1
<?php
2
3
if
(php_sapi_name() !=
"cli"
)
4
{
5
header(
"location: index.php"
);
6
die;
7
}
8
9
echo
"test\n"
;
10
11
?>
Generated on Wed Aug 5 2015 00:55:56 for ecom by
1.8.8