mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-12 02:08:40 +00:00
5 lines
110 B
PHP
5 lines
110 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
file_put_contents(__DIR__ . '/../../dummyModule/phpscript.md', 'php script');
|