File: config.php.dist

package info (click to toggle)
php-net-sieve 1.4.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: php: 960; xml: 591; sh: 82; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (7)
1
2
3
4
5
<?php
define('HOST', 'localhost');
define('PORT', 4190);
define('USERNAME', 'user');
define('PASSWORD', 'pass');