PDA

View Full Version : Webadmin variable through remoting framework


khayjake
25th October 2009, 06:39
In /home/admispconfig/ispconfig/lib/classes/ispconfig_web.lib.php

What is the variable that sets the webadmin user/email quota?

Thanks,

Khayjake

till
25th October 2009, 11:00
Which user do you mean with webadmin User. ISPConfig has a quota for the website itselof and for the linux system users.
The variables names are the same then the names of the database fields.

For the website: web_speicher
For the users: user_speicher

khayjake
26th October 2009, 02:11
Much thanks Till, you da man!