Changeset 12705
- Timestamp:
- 09/25/11 15:21:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/googlevoice/functions.inc.php
r12704 r12705 78 78 $this->use_warning_banner = true; 79 79 */ 80 $output = "[general]\ndebug= yes\nautoprune=no\nautoregister=yes\n\n";80 $output = "[general]\ndebug=no\nautoprune=no\nautoregister=yes\n\n"; 81 81 $accounts = googlevoice_list(); 82 82 foreach ($accounts as $account) {
