PHP Classes

File: copy_tests.sh

Recommend this page to a friend!
  Classes of Kevin Muret   PHP HTTP Basic Authentication   copy_tests.sh   Download  
File: copy_tests.sh
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary data
Class: PHP HTTP Basic Authentication
Handle requests that require user authentication
Author: By
Last change:
Date: 5 years ago
Size: 99 bytes
 

Contents

Class file image Download
if [ "$1" == "" ] || [ ! -d "$1" ]
then
    exit 1
fi
cp tests/www_*.php "$1"
cp tests/.htaccess "$1"