Initial version. Do nothing. Just exist !!

This commit is contained in:
stronk7
2003-05-01 00:48:58 +00:00
parent 3b777608ac
commit bf32194357
3 changed files with 24 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?PHP //$Id$
//This php script contains all the stuff to backup/restore
//assignment mods
function assignment_backup_mods() {
print "hola";
}
?>
+8
View File
@@ -0,0 +1,8 @@
<?PHP //$Id$
//This php script contains all the stuff to backup/restore
//choice mods
function choice_backup_mods() {
print "hola";
}
?>
+8
View File
@@ -0,0 +1,8 @@
<?PHP //$Id$
//This php script contains all the stuff to backup/restore
//forum mods
function forum_backup_mods() {
print "hola";
}
?>