0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
joomla
/
1.5.3-1
/
htdocs
/
components
/
com_user
/
views
/
user
/
tmpl
/
[
Home
]
File: default.php
<?php // no direct access defined('_JEXEC') or die('Restricted access'); ?> <div class="componentheading"> <?php echo JText::_( 'Welcome!' ); ?> </div> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <?php echo JText::_( 'WELCOME_DESC' ); ?> </td> </tr> </table>