forked from friendica/friendica-wp-theme
Merge pull request 'MySQL -> MariaDB to avoid confusion' (#9) from tobias/friendica-wp-theme:20220327-mysql into master
Reviewed-on: friendica/friendica-wp-theme#9
This commit is contained in:
commit
aa85eaea1d
|
@ -110,10 +110,10 @@
|
||||||
<img src="<?php echo get_template_directory_uri(); ?>/images/pic2.png" alt="Stack">
|
<img src="<?php echo get_template_directory_uri(); ?>/images/pic2.png" alt="Stack">
|
||||||
</div>
|
</div>
|
||||||
<header>
|
<header>
|
||||||
<h3>PHP & MySQL</h3>
|
<h3>PHP & MariaDB</h3>
|
||||||
</header>
|
</header>
|
||||||
<p>Run your personal Friendica node on shared hosts.</p>
|
<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>
|
<footer>
|
||||||
<a href="/requirements/" class="button special">More</a>
|
<a href="/requirements/" class="button special">More</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue