MarkdownParser/tests/index.php

12 lines
170 B
PHP
Raw Normal View History

2013-07-10 22:22:16 +02:00
<?php
include '../Parsedown.php';
$page = $_SERVER['QUERY_STRING']
? 'test'
: 'index';
$dir = 'tests/';
include $page.'_controller.php';
include $page.'_view.php';