| DIR: /proc/thread-self/root/home/islapiiu/public_html/ |
| Current File : //proc/thread-self/root/home/islapiiu/public_html/db.php |
<?php
function dd($data) {
var_dump($data);
exit();
}
function actual_link() {
$actual_link = "https://" . $_SERVER['HTTP_HOST'].'/';
return $actual_link;
} |