You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
wastesortingserver/config.php

13 lines
240 B

<?php
define("db_config", array(
"servername" => "mylinux",
"username" => "sukura",
"password" => "123456",
"dbname" => "waste_sorting"
));
define("default_format", "Y-m-d H:i:s");
define("__ROOT__", dirname(__FILE__));