perms_ok() && is_null(alky_get_option('server_login'))) {
?>
File Permissions
The server can not write to the files in your wp-content/plugins and wp-content/themes directories.
You should either provide login information so Alchemy can manage permissions for you, or make them writable.
Unwritable Files:
get_unwritable() as $file) {
$style = is_dir($file) ? 'font-size: larger;' : 'margin-left: 30px';
echo "$file
\n";
}
?>
";
return;
}
}
function api_message() {
if(isset($_POST['apiaddr']))
alky_update_option('apiaddr', $_POST['apiaddr']);
?>API URI
While in Dev, you can choose the URI for the API version you'd like to access.
Alchemy
permissions_message();
$alky->api_message();
?>