From f19f4672ec62a22d56f798ae36fd549ee07c9ba7 Mon Sep 17 00:00:00 2001 From: JD Vangsness Date: Thu, 26 Jan 2017 12:56:40 -0500 Subject: [PATCH] Fixed $email_quota variable --- Examples/api1_example.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/api1_example.php b/Examples/api1_example.php index 107a4b0..58120dd 100644 --- a/Examples/api1_example.php +++ b/Examples/api1_example.php @@ -30,7 +30,7 @@ $email_user = "somerandomuser"; $email_password = "adfm90f1m3f0m0adf"; $email_domain = "somedomain.com"; -$email_query = '10'; +$email_quota = '10'; $xmlapi = new xmlapi($ip); $xmlapi->password_auth("root",$root_pass);