0byt3m1n1
Path:
C:
/
wamp64
/
www
/
id
/
card
/
[
Home
]
File: config.php
<?php $protocol = stripos($_SERVER['SERVER_PROTOCOL'],'https') === true ? 'https://' : 'http://'; //If you are running this from subdir it comes handy xy.com/SubDir/... $GLOBALS['SUBDIR'] = 'idcard-generator/card'; //Fixing dependency issues $GLOBALS['RESOURCE'] = $protocol . $_SERVER['HTTP_HOST'] . $GLOBALS['SUBDIR'] . '/'; ?>