(root)/backup.html – Rev 1
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1 |
rodolico |
1 |
<?php
|
|
|
2 |
include_once( 'header.php' );
|
|
|
3 |
include_once( 'backupDB.php' );
|
|
|
4 |
#print backup();
|
|
|
5 |
print "This function has been disabled for the time being";
|
|
|
6 |
?>
|