* adjust the code.

This commit is contained in:
chencongzhi520@gmail.com
2012-05-01 08:23:17 +00:00
parent 5bf88c6935
commit e4c2274541
2 changed files with 0 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env php
<?php
/* Backup the db. */
$pmsRoot = dirname(dirname(__FILE__));
@@ -67,6 +66,3 @@ else
{
echo "Backup www/data Successfully! The destination file is $dataFile\n";
}
?>

View File

@@ -14,5 +14,3 @@ if(!$requestVar)
{
echo "Check DataBase successfully!\n";
}
?>