Conflicts:
	mod/connedit.php
This commit is contained in:
redmatrix
2015-07-14 17:10:13 -07:00
13 changed files with 318 additions and 520 deletions

View File

@@ -35,6 +35,7 @@ function import_post(&$a) {
$filename = basename($_FILES['filename']['name']);
$filesize = intval($_FILES['filename']['size']);
$filetype = $_FILES['filename']['type'];
$resume = ((array_key_exists('resume',$_REQUEST)) ? intval($_REQUEST['resume']) : 0);
if($src) {