Added password change to plesk

This commit is contained in:
Deon George
2012-07-12 21:18:22 +10:00
parent 8100fa2540
commit 25c73e2819
6 changed files with 102 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* OSB Configuration - PWGen Configuration
*
* @package OSB
* @subpackage PWGen
* @category PWGen
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
return array(
'host' => '127.0.0.1',
'port' => '129',
);
?>