ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-16 14:55:39
Editing: auth.phtml
Cancel
Save Changes
<?php $auth = Am_Di::getInstance()->auth; ?> <?php if ($auth->getUserId()): // authorized ?> You are logged-in as <strong><span class="username"><?php p($auth->getUsername()) ?></span></strong>. <a href="<?php echo REL_ROOT_URL ?>/logout?amember_redirect_url=<?php /*@todo http://hostname/*/p($this->url())?>"><?php __e("Logout")?></a> <?php else: // not authorized yet?> <form method="post" action="<?php $this->pUrl('login', 'index', 'default')?>" id="cart-login"> <div><label for="login"> <?php __e("Username")?></label> <input type="text" name="amember_login" id="login" value="<?php p(@$_REQUEST['login'])?>" /> </div> <br /> <div><label for="pass"> <?php __e("Password")?></label> <input type="password" name="amember_pass" id="pass" /> </div> <br /> <input type="hidden" name="amember_redirect_url" value="<?php p($this->url())?>" /> <input type="hidden" name="saved_form" value="cart" /> <input type="submit" value="<?php __e("Login")?>"/> <input type="button" value="<?php __e("Register")?>" onclick="window.location='<?php p(ROOT_SURL.'/signup/index/c/cart')?>'"/> </form> <?php endif ?>
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete