Plugin Directory

Changeset 1183625


Ignore:
Timestamp:
06/18/2015 04:00:35 PM (11 years ago)
Author:
bontact
Message:

fixed bug 1.0.5

Location:
bontact
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bontact/tags/1.0.5/classes/class-bont-settings.php

    r1183608 r1183625  
    138138            <?php endif; ?>
    139139            <?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>"; ?>
    141141            <?php else : ?>
    142142           
  • bontact/trunk/classes/class-bont-settings.php

    r1183608 r1183625  
    138138            <?php endif; ?>
    139139            <?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>"; ?>
    141141            <?php else : ?>
    142142           
Note: See TracChangeset for help on using the changeset viewer.