Changeset 12447
- Timestamp:
- 08/29/11 08:37:31 (2 years ago)
- Files:
-
- freepbx/trunk/amp_conf/bin/freepbx_engine (modified) (2 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/views/login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/bin/freepbx_engine
r12395 r12447 497 497 mysql -u$AMPDBUSER -D$AMPDBNAME -p$AMPDBPASS 498 498 ;; 499 u lock)499 unlock|u) 500 500 `php -r ' 501 501 $bootstrap_settings["freepbx_auth"] = false; … … 531 531 ${b}modadmin$bx|${b}ma$bx: Runs the module_admin script with additional argument as passed 532 532 ${b}mysql$bx|${b}m$bx: Connect to freebx's mysql connection (assumes server is on localhost) s 533 ${b}u lock$bx: Unlock the web gui from the cli (requires root)533 ${b}unlock$bx|${b}u$bx: Unlock the web gui from the cli (requires root) 534 534 ${b}reload$bx|${b}r$bx: Does a full dialplan regeneration/reload (like clicking 535 535 the orange bar) freepbx/trunk/amp_conf/htdocs/admin/config.php
r12445 r12447 128 128 $html .= load_view(dirname(__FILE__) . '/views/menu.php', $header); 129 129 $html .= $no_auth; 130 $html .= load_view( 'views/freepbx_footer.php');130 $html .= load_view($amp_conf['VIEW_FOOTER']); 131 131 echo $html; 132 132 exit(); freepbx/trunk/amp_conf/htdocs/admin/views/login.php
r12445 r12447 23 23 $html .= form_close(); 24 24 $html .= '</div></div>'; 25 $html .= br(5) . '<div style="color: white;font-size:small">' 26 . session_id() 27 . '</div>'; 25 28 echo $html; 26 29
