README update use local images #62

Merged
lemsmyth merged 22 commits from lbry-publish into master 2022-02-14 18:47:01 +01:00
12 changed files with 14 additions and 0 deletions
Showing only changes of commit 21762aeedc - Show all commits

View file

@ -4,6 +4,7 @@
* *
* @package LBRYPress * @package LBRYPress
*/ */
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRYPress class LBRYPress
{ {

View file

@ -4,6 +4,7 @@
* *
* @package LBRYPress * @package LBRYPress
*/ */
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Admin_Notice class LBRY_Admin_Notice
{ {

View file

@ -4,6 +4,7 @@
* *
* @package LBRYPress * @package LBRYPress
*/ */
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Daemon class LBRY_Daemon
{ {

View file

@ -4,6 +4,7 @@
* *
* @package LBRYPress * @package LBRYPress
*/ */
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Daemon_Logger class LBRY_Daemon_Logger
{ {

View file

@ -8,6 +8,7 @@ use League\HTMLToMarkdown\HtmlConverter;
* *
* @package LBRYPress * @package LBRYPress
*/ */
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Network_Parser class LBRY_Network_Parser
{ {

View file

@ -4,6 +4,7 @@
* *
* @package LBRYPress * @package LBRYPress
*/ */
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Network_Publisher class LBRY_Network_Publisher
{ {

View file

@ -4,6 +4,7 @@
* *
* @package LBRYPress * @package LBRYPress
*/ */
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Notifier class LBRY_Notifier
{ {

View file

@ -6,6 +6,7 @@
* *
* @package LBRYPress * @package LBRYPress
*/ */
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Speech class LBRY_Speech
{ {

View file

@ -6,6 +6,7 @@
* *
* @package LBRYPress * @package LBRYPress
*/ */
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Speech_Media class LBRY_Speech_Media
{ {

View file

@ -4,6 +4,7 @@
* *
* @package LBRYPress * @package LBRYPress
*/ */
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Speech_Parser class LBRY_Speech_Parser
{ {

View file

@ -5,6 +5,7 @@
* *
* @package LBRYPress * @package LBRYPress
*/ */
defined('ABSPATH') || die(); // Exit if accessed directly
class LBRY_Post_Handler class LBRY_Post_Handler
{ {

View file

@ -1,3 +1,6 @@
<?php
defined('ABSPATH') || die(); // Exit if accessed directly
?>
<div class="error"> <div class="error">
<p><?php echo LBRY_NAME; ?> error: Your environment doesn't meet all of the system requirements listed below.</p> <p><?php echo LBRY_NAME; ?> error: Your environment doesn't meet all of the system requirements listed below.</p>