<?php
require('utilities.inc');
include('public.inc');
include_once ('header_edit.php');
$db = login_db_connect();
?>
<div>
<h1 style="color:#2f2f2f; font-style:italic; padding:10px; background:none;">File Management</h1>
The A_DOWNLOADS folder can be pasted into the wamp www directory and the database can be dumped into phpmyadmin. </div>
<div>
Login: admin<br/>
Password: password<br/>
The file downloads_unsplit.php allows public uploads the file downloads_unsplit_no_public.php does not</div>
<div id="clear"></div>
<?php
include_once ('footer_bohemia.php');
?>