This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # default owner user | |
| OWNER="www-data:www-data" | |
| # changed file permission | |
| PERMISSION="664" | |
| # web repository directory | |
| REPO_DIR="/var/www/sitename" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $countryList = array( | |
| 'AD' => array('de' => 'Andorra', 'en' => 'Andorra', 'fr' => 'Andorre'), | |
| 'AE' => array('de' => 'Vereinigte Arabische Emirate', 'en' => 'United Arab Emirates', 'fr' => 'Émirats arabes unis'), | |
| 'AF' => array('de' => 'Afghanistan', 'en' => 'Afghanistan', 'fr' => 'Afghanistan'), | |
| 'AG' => array('de' => 'Antigua und Barbuda', 'en' => 'Antigua and Barbuda', 'fr' => 'Antigua-et-Barbuda'), | |
| 'AI' => array('de' => 'Anguilla', 'en' => 'Anguilla', 'fr' => 'Anguilla'), | |
| 'AL' => array('de' => 'Albanien', 'en' => 'Albania', 'fr' => 'Albanie'), | |
| 'AM' => array('de' => 'Armenien', 'en' => 'Armenia', 'fr' => 'Arménie'), | |
| 'AN' => array('de' => 'Niederländische Antillen', 'en' => 'Netherlands Antilles', 'fr' => 'Antilles néerlandaises'), | |
| 'AO' => array('de' => 'Angola', 'en' => 'Angola', 'fr' => 'Angola'), |