b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/bug01278.inc

<?php
function getCurrentDomain(){
    static $domain;
    if (!isset($domain)) {
        $domain = implode('.', array_slice(explode('.', $_SERVER['SERVER_NAME']), -2));}
    
    return $domain;}
?>

Copyright © 2019 by b0y-101