Skip to content
Snippets Groups Projects
Commit f8ec4be2 authored by vogelor's avatar vogelor
Browse files

fixed some typos in webdav - user

parent ac933eda
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,8 @@ $form["tabs"]['webdav'] = array (
),
'password' => array (
'datatype' => 'VARCHAR',
'formtype' => 'TEXT',
'encryption' => 'CLEARTEXT',
'formtype' => 'PASSWORD',
'default' => '',
'value' => '',
'width' => '30',
......
......@@ -134,6 +134,7 @@ class page_action extends tform_actions {
function onAfterInsert() {
global $app, $conf;
/* change pwd here */
$web = $app->db->queryOneRecord("SELECT * FROM web_domain WHERE domain_id = ".intval($this->dataRecord["parent_domain_id"]));
$server_id = $web["server_id"];
......@@ -168,7 +169,7 @@ class page_action extends tform_actions {
function onAfterUpdate() {
global $app, $conf;
/* change PWD here */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment