[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.116.80.68: ~ $
<?php
/**
 * Example how to use a driver to determine holidays
 *
 * PHP Version 5
 *
 * @category Date
 * @package  Date_Holidays
 * @author   Stephan Schmidt <schst@php.net>
 * @license  http://www.php.net/license/3_01.txt PHP License 3.0.1
 * @link     http://pear.php.net/package/Date_Holidays
 */

require_once '../Holidays.php';

echo "Fetching drivers:\n";
$drivers = Date_Holidays::getInstalledDrivers();
print_r($drivers);

echo "\n\nFetching filters:\n";
$filters = Date_Holidays::getInstalledFilters();
print_r($filters);
?>

Filemanager

Name Type Size Permission Actions
addingTranslations.php File 2.31 KB 0644
creating_drivers.php File 3.66 KB 0644
fetchingInstalledDrivers.php File 536 B 0644
languagefile-with-properties.xml File 440 B 0644
usingCompositeDriver.php File 3.91 KB 0644
usingStandaloneDriver.php File 3.29 KB 0644