Topic: editPage plugin experiment
Hello i make a plugin to edit posts of blog online . you can test here
for now its only a experiment i need more security.
Demo preview
user = demo
pass = demo123
You can download the plugin here
Config.php sample:
        'username' => 'username', // you need change this if yoy like
        'password' => 'password', // you need change this if you like
        'plugins' => array(
            'markdown',
            'sitemap',
            'editPage',
        ),





