6 lines
158 B
PHP
Executable File
6 lines
158 B
PHP
Executable File
#!/usr/local/bin/php
|
|
<?php
|
|
declare(strict_types=1);
|
|
|
|
echo "DirectAdmin vacation synchronization is executed by plugin handlers when DA backend is active.\n";
|