auth/sync_user.php - change import order as noted in https://github.com/opnsense/core/pull/8156

This commit is contained in:
Ad Schellevis 2024-12-22 14:43:29 +01:00
parent 96a1145c3e
commit adecb9ddf1

View File

@ -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);