This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Fix update
pull/440/head
danpros
4 years ago
parent
8faf3ccf4b
commit
59db3b8890
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
system/admin/views/updated-to.html.php
+1
-0
system/upgrade/index.php
+ 1
- 0
system/admin/views/updated-to.html.php
View File
@ -1,3 +1,4 @@
<
?
php
if
(
!
defined
(
'HTMLY'
))
die
(
'HTMLy'
);
?>
<
h3
>
Updated
to
<
h3
>
<
h2
>
[
<
?
php
echo
$info
[
'tag_name'
];
?>
] <?php echo $info['name']; ?></h2>
<
p
><
?
php
echo
\Michelf\MarkdownExtra
::
defaultTransform
(
$info
[
'body'
]);
?>
</p>
+ 1
- 0
system/upgrade/index.php
View File
@ -1,4 +1,5 @@
<
?
php
define
(
'HTMLY'
,
true
);
$config_file
=
'config/config.ini'
;
require
'system/vendor/autoload.php'
;
require
'system/htmly.php'
;
Write
Preview
Loading…
Cancel
Save