diff options
Diffstat (limited to 'lab_migration.module')
-rwxr-xr-x | lab_migration.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lab_migration.module b/lab_migration.module index b3bde09..2117482 100755 --- a/lab_migration.module +++ b/lab_migration.module @@ -426,7 +426,7 @@ function check_code_number($number = '') { } function lab_migration_path() { - return $_SERVER['DOCUMENT_ROOT'] . base_path() . 'lab_migration/uploads/'; + return $_SERVER['DOCUMENT_ROOT'] . base_path() . 'lab_migration_uploads/'; } /************************* USER VERIFICATION FUNCTIONS ************************/ |