mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-27 05:52:03 +07:00
4 lines
91 B
PHP
4 lines
91 B
PHP
<?php
|
|
// Just include the edit view, logic is handled there
|
|
include __DIR__ . '/edit.php';
|