You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-11-26 11:23:04 +03:00
doc fix
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@713 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* $http_client->setCookieJar();
|
||||
*
|
||||
* $login_object = $xmlrpc->getProxy('login');
|
||||
* $success = $login_object->login($username, $password);
|
||||
* $success = $login_object->login($email_address, $password);
|
||||
*
|
||||
* if($success) {
|
||||
* echo "We're logged in";
|
||||
@@ -22,7 +22,7 @@
|
||||
* $alias = $xmlrpc->getProxy('alias');
|
||||
* $vacation = $xmlrpc->getProxy('vacation');
|
||||
*
|
||||
* if($vacation->isEnabled()) {
|
||||
* if($vacation->checkVacation()) {
|
||||
* echo "Vacation turned on for user";
|
||||
* }
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user