0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
modules
/
Multisites
/
[
Home
]
File: head.inc.php
<?php if (defined('WHERE_IS_PERSO')) { global $themesarein; if (pnUserLoggedIn()) { $thistheme = pnUserGetTheme(); if (isset($theme)) { $thistheme=$theme; } } else { $thistheme = pnConfigGetVar('Default_Theme'); if (isset($theme)) { $thistheme=$theme; } } if (@file(WHERE_IS_PERSO."themes/".$thistheme."/theme.php")) { $themesarein = WHERE_IS_PERSO; } else { $themesarein = ""; } } else { die ("You can't access this file directly..."); } ?>