ecom
E-commerce cms
 All Data Structures Namespaces Files Functions Variables Pages
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 ?>