Changeset 12224
- Timestamp:
- 06/09/11 09:32:51 (2 years ago)
- Files:
-
- freepbx/trunk/amp_conf/bin/freepbx_engine (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/bin/freepbx_engine
r12167 r12224 453 453 case $2 in 454 454 reload|r) 455 $A STVARLIBDIR/bin/module_admin reload455 $AMPBIN/module_admin reload 456 456 ;; 457 457 context|ctx) … … 470 470 ;; 471 471 modadmin|ma) 472 $A STVARLIBDIR/bin/module_admin $3 $4472 $AMPBIN/module_admin $3 $4 473 473 ;; 474 474 freepbx_setting|fs) 475 $A STVARLIBDIR/bin/freepbx_setting $3 $4475 $AMPBIN/freepbx_setting $3 $4 476 476 ;; 477 477 auth_database|ad) 478 $A STVARLIBDIR/bin/freepbx_setting AUTHTYPE database478 $AMPBIN/freepbx_setting AUTHTYPE database 479 479 ;; 480 480 auth_none|an) 481 $A STVARLIBDIR/bin/freepbx_setting AUTHTYPE none481 $AMPBIN/freepbx_setting AUTHTYPE none 482 482 ;; 483 483 externalip|extip)
