<?php

	class _index extends MDPHP{
		public function index(){
			$this->display();
		}
	}
