This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Quill
mirror of
https://github.com/aaronpk/Quill.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix title
pull/5/head
Aaron Parecki
10 years ago
parent
dd3501838d
commit
24291110d6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
controllers/auth.php
+ 1
- 1
controllers/auth.php
View File
@ -60,7 +60,7 @@ $app->get('/', function($format='html') use($app) {
ob_start
();
render
(
'index'
,
array
(
'title'
=>
'
OwnYourGram
'
,
'title'
=>
'
IndiePost
'
,
'meta'
=>
''
));
$html
=
ob_get_clean
();
Write
Preview
Loading…
Cancel
Save