The following files exists in this folder. Click to view.
reset.php11 lines ASCII Unix (LF) 1234567891011
<?php
// -----------------------------------------------------------------------------
//
// Requires and includes
//
require_once('functions.php');
// Call the function that runs the sql-scriptfile
executeSQLFile('db_reset.sql','index.php');
?>