Kaynağa Gözat

teeste push

gdias 3 hafta önce
ebeveyn
işleme
280b30f6d4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      public/index_webhook.php

+ 1 - 1
public/index_webhook.php

@@ -11,7 +11,7 @@ if (class_exists(Dotenv\Dotenv::class) && file_exists(__DIR__ . '/../.env')) {
         true
     )->safeLoad();
 }
-
+//webhook
 error_reporting(E_ALL);
 
 $dsn = $_ENV['DB_DSN'] ?? (function () {