Initial version. Do nothing. Just exist !!
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?PHP //$Id$
|
||||
//This php script contains all the stuff to backup/restore
|
||||
//assignment mods
|
||||
|
||||
function assignment_backup_mods() {
|
||||
print "hola";
|
||||
}
|
||||
?>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?PHP //$Id$
|
||||
//This php script contains all the stuff to backup/restore
|
||||
//choice mods
|
||||
|
||||
function choice_backup_mods() {
|
||||
print "hola";
|
||||
}
|
||||
?>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?PHP //$Id$
|
||||
//This php script contains all the stuff to backup/restore
|
||||
//forum mods
|
||||
|
||||
function forum_backup_mods() {
|
||||
print "hola";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user