1
0
Fork 0
oldhaven/php/common.php

5 lines
77 B
PHP

<?php
define('ROOT_DIR', getcwd());
require_once ROOT_DIR .'/autoload.php';