mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
7 lines
51 B
PHP
7 lines
51 B
PHP
<?php
|
|
|
|
chdir('public');
|
|
require('index.php');
|
|
|
|
?>
|