Ive accidentally deleted my index.php

Permalink
Biggest goof I've made to date...I was putting redirect page in the root and realized after that I replaced the original index.php in my testing build folder. Now I cannot get to the login nor dashboard etc. How screwed am I? Appreciate any help someone could lend.

Thanks

Peter

 
tallacman replied on at Permalink Reply
tallacman
No problem.

Just replace it with an identically named file with this code:
<?php
require 'concrete/dispatcher.php';
PeterR replied on at Permalink Reply
Thanks very much for the reply.

Funny as you were replying I decided to go to another site I developed with concrete and took a look at the index file there and saw the same thing...so I just copied it into my other site and voila!

Thanks for the quick response though, I appreciate it.

Peter
(breathing much easier now)