프리샵 추가
This commit is contained in:
14
shop/jstree/_demo/config.php
Normal file
14
shop/jstree/_demo/config.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// Database config & class
|
||||
$db_config = array(
|
||||
"servername"=> "localhost",
|
||||
"username" => "fs4s",
|
||||
"password" => "",
|
||||
"database" => "fs4s"
|
||||
);
|
||||
if(extension_loaded("mysqli")) require_once("_inc/class._database_i.php");
|
||||
else require_once("_inc/class._database.php");
|
||||
|
||||
// Tree class
|
||||
require_once("_inc/class.tree.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user