Home
last modified time | relevance | path

Searched refs:g_baseurl (Results 1 – 1 of 1) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php15 $g_baseurl = trim(get_var('URL', $_REQUEST)); variable
17 if ($g_baseurl === "") {
22 if (!preg_match("/^https?:/",$g_baseurl)) {
23 $g_baseurl = 'http://'.$g_baseurl; variable