mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
Merge pull request #7 from claudehohl/master
Update recent commits from claude
This commit is contained in:
commit
3acc27d6de
@ -42,7 +42,7 @@ Installation
|
||||
* 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.
|
||||
* 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
|
||||
|
@ -10,6 +10,7 @@ $page_title .= $this->config->item('site_name');
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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>
|
||||
<link rel="shortcut icon" href="<?php echo base_url() . 'favicon.ico'; ?>" />
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user