CRM/webman/start.php

7 lines
166 B
PHP
Raw Permalink Normal View History

2025-03-11 13:34:12 +08:00
#!/usr/bin/env php
<?php
chdir(__DIR__);
require_once __DIR__ . '/vendor/autoload.php';
2025-03-14 14:27:33 +08:00
require_once __DIR__ . '/config/constants/Constants.php';
2025-03-11 13:34:12 +08:00
support\App::run();