PerspoliS

Results 3 issues of PerspoliS

I have Multi language CMS For Front and Admin Page. For English language(defualt without `en`): `example.com/articles/` For France Language(with `fr`): `example.com/fr/articles/` Now, for my url Like This code: ``` $dispatcher...

I add login page for separate admin login page from user login page. I edit Auth class line 60: `header('location: ' . Config::get('URL') . 'login');` to `header('location: ' . Config::get('URL')...

I remove `thead` from my table So I need to add `type="checkbox"` out of my table. How do can I add `` out of table box?!

Type: Question