dyjh 6 år sedan
förälder
incheckning
c41bf52d93
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      module.php

+ 1 - 1
module.php

xqd
@@ -15,7 +15,7 @@ if (file_exists(__DIR__ . $entry)) {
         'acid' => $_W['account']['acid'],
         'name' => $_W['account']['name'],
     ];*/
-        print_r($_W);die;
+      //  print_r($_W);die;
     require __DIR__ . '/vendor/autoload.php';
     $request = new Illuminate\Http\Request;
     session_start();