Skip to content

Commit 671a7cb

Browse files
committed
Update unLockCustomer.php
1 parent abf6f88 commit 671a7cb

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

unLockCustomer.php

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?php
2+
23
/**
3-
* Magiccart
4-
* @category Magiccart
5-
* @copyright Copyright (c) 2014 Magiccart (http://www.magiccart.net/)
6-
* @license http://www.magiccart.net/license-agreement.html
7-
* @Author: DOng NGuyen<[email protected]>
8-
* @@Create Date: 2018-03-20 21:14:06
9-
* @@Modify Date: 2018-05-31 10:17:23
10-
* @@Function:
4+
* @Author: Alex Dong
5+
* @Date: 2021-03-10 10:09:13
6+
* @Last Modified by: Alex Dong
7+
* @Last Modified time: 2021-03-10 10:23:29
118
*/
9+
1210
ini_set('display_startup_errors', 1);ini_set('display_errors', 1); error_reporting(-1);
1311
//// Setup Base
1412
$folder = ''; //Folder Name

0 commit comments

Comments
 (0)