Current Path: > > > var > softaculous > drupalcms
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
images | Directory | - | - | |
php53 | Directory | - | - | |
php56 | Directory | - | - | |
php71 | Directory | - | - | |
php81 | Directory | - | - | |
php82 | Directory | - | - | |
.htaccess | File | 685 bytes | January 27 2025 07:37:06. | |
NOTES.txt | File | 1900 bytes | July 04 2025 12:48:36. | |
README.txt | File | 278 bytes | January 27 2025 07:37:06. | |
_htaccess | File | 486 bytes | January 27 2025 07:37:06. | |
composer.phar | File | 3125568 bytes | June 23 2025 09:08:38. | |
drupalcms.sql | File | 4310827 bytes | July 07 2025 09:47:04. | |
drupalcms.zip | File | 71282396 bytes | July 07 2025 09:47:04. | |
extend.php | File | 15196 bytes | July 08 2025 09:28:24. | |
fileindex.php | File | 278 bytes | July 04 2025 12:48:36. | |
import.php | File | 3614 bytes | July 08 2025 09:28:24. | |
info.xml | File | 3611 bytes | July 08 2025 09:27:18. | |
install.js | File | 1361 bytes | January 27 2025 07:37:06. | |
install.php | File | 11042 bytes | July 08 2025 09:28:24. | |
install.xml | File | 1134 bytes | January 28 2025 05:46:54. | |
md5 | File | 1078 bytes | July 08 2025 09:28:24. | |
settings.php | File | 35087 bytes | June 23 2025 09:08:38. | |
update_pass.php | File | 541 bytes | January 27 2025 07:37:06. |
#!/usr/bin/env php <?php /* * This file is part of Composer. * * (c) Nils Adermann <naderman@naderman.de> * Jordi Boggiano <j.boggiano@seld.be> * * For the full copyright and license information, please view * the license that is located at the bottom of this file. */ // Avoid APC causing random fatal errors per https://github.com/composer/composer/issues/264 if (extension_loaded('apc') && filter_var(ini_get('apc.enable_cli'), FILTER_VALIDATE_BOOLEAN) && filter_var(ini_get('apc.cache_by_default'), FILTER_VALIDATE_BOOLEAN)) { if (version_compare(phpversion('apc'), '3.0.12', '>=')) { ini_set('apc.cache_by_default', 0); } else { fwrite(STDERR, 'Warning: APC <= 3.0.12 may cause fatal errors when running composer commands.'.PHP_EOL); fwrite(STDERR, 'Update APC, or set apc.enable_cli or apc.cache_by_default to 0 in your php.ini.'.PHP_EOL); } } if (!class_exists('Phar')) { echo 'PHP\'s phar extension is missing. Composer requires it to run. Enable the extension or recompile php without --disable-phar then try again.' . PHP_EOL; exit(1); } Phar::mapPhar('composer.phar'); require 'phar://composer.phar/bin/composer'; __HALT_COMPILER(); ?> �� � composer.phar ! src/Composer/Advisory/Auditor.php�'