Changeset 1183625
- Timestamp:
- 06/18/2015 04:00:35 PM (11 years ago)
- Location:
- bontact
- Files:
-
- 2 edited
-
tags/1.0.5/classes/class-bont-settings.php (modified) (1 diff)
-
trunk/classes/class-bont-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bontact/tags/1.0.5/classes/class-bont-settings.php
r1183608 r1183625 138 138 <?php endif; ?> 139 139 <?php if ( ! empty( $username ) && ! empty( $password ) ) : ?> 140 <?php echo "<div id='bont-dasboard'><iframe id='bontiframe' src='https://dashboard.bontact.com/html/login.aspx?username= tzvi@bontact.com&pass=9999' height=1000 width=100% scrolling='yes'></iframe></div>"; ?>140 <?php echo "<div id='bont-dasboard'><iframe id='bontiframe' src='https://dashboard.bontact.com/html/login.aspx?username=".$username."&pass=".$password."' height=1000 width=100% scrolling='yes'></iframe></div>"; ?> 141 141 <?php else : ?> 142 142 -
bontact/trunk/classes/class-bont-settings.php
r1183608 r1183625 138 138 <?php endif; ?> 139 139 <?php if ( ! empty( $username ) && ! empty( $password ) ) : ?> 140 <?php echo "<div id='bont-dasboard'><iframe id='bontiframe' src='https://dashboard.bontact.com/html/login.aspx?username= tzvi@bontact.com&pass=9999' height=1000 width=100% scrolling='yes'></iframe></div>"; ?>140 <?php echo "<div id='bont-dasboard'><iframe id='bontiframe' src='https://dashboard.bontact.com/html/login.aspx?username=".$username."&pass=".$password."' height=1000 width=100% scrolling='yes'></iframe></div>"; ?> 141 141 <?php else : ?> 142 142
Note: See TracChangeset
for help on using the changeset viewer.