PHP Classes

File: php-backup

Recommend this page to a friend!
  Classes of Andi P. Trix   PHP Backup   php-backup   Download  
File: php-backup
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Backup
Backup data using several methods
Author: By
Last change: Update of php-backup
Date: 6 months ago
Size: 246 bytes
 

Contents

Class file image Download
#!/bin/sh PHP="/usr/bin/php" INCDIR=`dirname $0` exec $PHP -C -n -d date.timezone=UTC -d include_path=$INCDIR -d output_buffering=1 -d variables_order=EGPCS -d safe_mode=0 -d register_argc_argv="On" $INCDIR/org/impavidly/backup/backup.php "$@"