forked from GithubBackups/tinyib
Add GitLab migration notice
This commit is contained in:
parent
86372127f1
commit
e1c91c896c
@ -1,3 +1,10 @@
|
|||||||
|
!!! TinyIB has moved to GitLab !!!
|
||||||
|
====
|
||||||
|
|
||||||
|
Please visit https://gitlab.com/tslocum/tinyib
|
||||||
|
|
||||||
|
------------
|
||||||
|
|
||||||
TinyIB - A Lightweight and Efficient [Image Board](https://en.wikipedia.org/wiki/Imageboard) Script
|
TinyIB - A Lightweight and Efficient [Image Board](https://en.wikipedia.org/wiki/Imageboard) Script
|
||||||
====
|
====
|
||||||
|
|
||||||
|
@ -771,6 +771,15 @@ function manageStatus() {
|
|||||||
$info = $threads . ' ' . plural('thread', $threads) . ', ' . $bans . ' ' . plural('ban', $bans);
|
$info = $threads . ' ' . plural('thread', $threads) . ', ' . $bans . ' ' . plural('ban', $bans);
|
||||||
$output = '';
|
$output = '';
|
||||||
|
|
||||||
|
if ($isadmin) {
|
||||||
|
$output .= <<<EOF
|
||||||
|
<fieldset>
|
||||||
|
<legend>Notice</legend>
|
||||||
|
<p>TinyIB has <a href="https://gitlab.com/tslocum/tinyib" target="_blank">moved to GitLab</a>. If you installed via git, please run <pre>git remote set-url origin https://gitlab.com/tslocum/tinyib.git</pre> to continue receiving updates.</p>
|
||||||
|
</fieldset>
|
||||||
|
EOF;
|
||||||
|
}
|
||||||
|
|
||||||
if ($isadmin && TINYIB_DBMODE == 'mysql' && function_exists('mysqli_connect')) { // Recommend MySQLi
|
if ($isadmin && TINYIB_DBMODE == 'mysql' && function_exists('mysqli_connect')) { // Recommend MySQLi
|
||||||
$output .= <<<EOF
|
$output .= <<<EOF
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user