IP : 18.118.26.97Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
var/
softaculous/
procwire/
../
tinyrss/
../
tastyigniter/
../
smf20/
../
ocportal/
_config.php/
/
<?php global $SITE_INFO;
if (!function_exists('git_repos')) { /** * Find the git branch name. This is useful for making this config file context-adaptive (i.e. dev settings vs production settings). * * @return ?ID_TEXT Branch name (null: not in git) */ function git_repos() { $path = dirname(__FILE__).'/.git/HEAD'; if (!is_file($path)) return ''; $lines = file($path); $parts = explode('/', $lines[0]); return trim(end($parts)); } }