File: auth_container_pop3a_options.php

package info (click to toggle)
php-auth 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 480 kB
  • ctags: 764
  • sloc: php: 3,296; xml: 952; makefile: 65; sql: 4
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
<?php

$options = 'mail.example.com:110';

$extra_options['username'] = 'test_user';
$extra_options['passwd'] = 'test_user';

?>