Migrated from SVN to GIT (history was containing passwords, so i didn't converted it)
[mirrors/SokoMan.git] / dump_sql.php
1 #!/usr/bin/php
2 <?php
3 require_once('sklad.conf.php');
4 system('mysqldump -u'.DB_USER.' -p'.DB_PASS.' '.DB_NAME);
This page took 0.252626 seconds and 5 git commands to generate.