Merge pull request #7 from claudehohl/master

Update recent commits from claude
This commit is contained in:
Pawel Janisio 2015-05-26 19:59:14 +02:00
commit 3acc27d6de
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Installation
* The database structure will be created automatically if it doesn't exist. * The database structure will be created automatically if it doesn't exist.
* No special file permissions are needed by default. Optional: If you want to have the JavaScript- and CSS-files minified, the static/asset/ folder has to be writable. * No special file permissions are needed by default. Optional: If you want to have the JavaScript- and CSS-files minified, the static/asset/ folder has to be writable.
* To ensure that pastes with an expiration set get cleaned up, define the cron key in the config and set up a cronjob, for example: * To ensure that pastes with an expiration set get cleaned up, define the cron key in the config and set up a cronjob, for example:
* */5 * * * * curl --silent http://yoursite.com/cron/[key] * `*/5 * * * * curl --silent http://yoursite.com/cron/[key]`
Documentation Documentation

View File

@ -10,6 +10,7 @@ $page_title .= $this->config->item('site_name');
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php echo $page_title; ?></title> <title><?php echo $page_title; ?></title>
<link rel="shortcut icon" href="<?php echo base_url() . 'favicon.ico'; ?>" /> <link rel="shortcut icon" href="<?php echo base_url() . 'favicon.ico'; ?>" />
<?php <?php