Your IP : 216.73.217.11


Current Path : /home/p/o/n/poneycluc/www/plugins/system/t4/admin/src/Action/
Upload File :
Current File : /home/p/o/n/poneycluc/www/plugins/system/t4/admin/src/Action/Draft.php

<?php
namespace T4Admin\Action;


class Draft {
	public static function doSave () {
		$key = \T4Admin\Draft::store();
		return ["ok" => 1, "key" => $key];
	}
}