| Server IP : 216.238.111.58 / Your IP : 216.73.217.34 Web Server : LiteSpeed System : Linux hosting.smartskills.com.br 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64 User : skillsitcom ( 1002) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/skillsitcom/.trash/dashboard/front/sh/ |
Upload File : |
<?php
//header('Content-Type: application/json; charset=UTF-8');
if(file_exists('/usr/bin/lsb_release')) {
echo substr(shell_exec('/usr/bin/lsb_release -ds'),0,21); //ubuntu - debian
}
elseif(file_exists('/etc/SuSE-release')) {
echo substr(shell_exec('head -1 /etc/SuSE-release'),0,22); //opensuse
}
elseif(file_exists('/etc/redhat-release')) {
echo substr(shell_exec('head -1 /etc/redhat-release'),0,21); //redhat - centOS
}
else {
echo "Linux";
}