mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
auth/sync_user.php - change import order as noted in https://github.com/opnsense/core/pull/8156
This commit is contained in:
parent
96a1145c3e
commit
adecb9ddf1
@ -27,8 +27,8 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
require_once("auth.inc");
|
||||
require_once("config.inc");
|
||||
require_once("auth.inc");
|
||||
|
||||
$opts = getopt('hu:', [], $optind);
|
||||
$args = array_slice($argv, $optind);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user