- fixed user registration;

- phpDoc;
This commit is contained in:
nikitozzzzzzz
2018-03-20 13:24:38 +02:00
parent a85c8741b0
commit 2ce33098b5
54 changed files with 15292 additions and 14163 deletions
+9 -2
View File
@@ -70,6 +70,9 @@ if ( ! class_exists( 'Files' ) ) {
* Remove file by AJAX
*/
function ajax_remove_file() {
/**
* @var $src
*/
extract( $_REQUEST );
$this->delete_file( $src );
}
@@ -226,6 +229,7 @@ if ( ! class_exists( 'Files' ) ) {
}
}
/**
* Setup upload directory
*/
@@ -442,8 +446,6 @@ if ( ! class_exists( 'Files' ) ) {
$info['um_has_copied'] = $has_copied ? 'yes':'no';
}
return $info;
}
@@ -505,6 +507,7 @@ if ( ! class_exists( 'Files' ) ) {
}
/**
* Make a Folder
*
@@ -1215,6 +1218,10 @@ if ( ! class_exists( 'Files' ) ) {
exit;
}
/**
*
*/
function ajax_file_upload(){
$ret['error'] = null;
$ret = array();