<?php

    require_once("./config.php");
    $wpconfig = get_wpconfig();
    require($wpconfig);

    global $gdsr;

?>