View sourcecode

The following files exists in this folder. Click to view.

reset.php

11 lines ASCII Unix (LF)
1
2
3
4
5
6
7
8
9
10
11
<?php
// -----------------------------------------------------------------------------
//
// Requires and includes
//
require_once('functions.php');

// Call the function that runs the sql-scriptfile
executeSQLFile('db_reset.sql','index.php');
?>