forked from friendica/friendica-wp-theme
MySQL -> MariaDB to avoid confusion
This commit is contained in:
parent
71ded2739a
commit
dd0aeba316
|
@ -110,10 +110,10 @@
|
|||
<img src="<?php echo get_template_directory_uri(); ?>/images/pic2.png" alt="Stack">
|
||||
</div>
|
||||
<header>
|
||||
<h3>PHP & MySQL</h3>
|
||||
<h3>PHP & MariaDB</h3>
|
||||
</header>
|
||||
<p>Run your personal Friendica node on shared hosts.</p>
|
||||
<p>Friendica runs on PHP with MySQL as a database. If you can run WordPress, you can run Friendica.</p>
|
||||
<p>Friendica runs on PHP with MariaDB as a database. If you can run WordPress, you can run Friendica.</p>
|
||||
<footer>
|
||||
<a href="/requirements/" class="button special">More</a>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue