Parent Directory
|
Revision Log
|
Revision Graph
#535098 - enable domain redirection in the backend
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * Implementation of hook_provision_disable |
| 5 | */ |
| 6 | function drush_provision_apache_provision_disable($url = NULL) { |
| 7 | drush_set_option('redirect_url', drush_get_option('web_disable_url')); |
| 8 | _provision_apache_create_vhost_config($url, _provision_apache_disabled_template()); |
| 9 | _provision_apache_restart_apache(); |
| 10 | } |
| 11 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |