kaktusy/adminy/get-file-admin.php

7 lines
87 B
PHP

<?php
define('PS_ADMIN_DIR', getcwd());
include(PS_ADMIN_DIR.'/../get-file.php');
?>