HEX
Server: Apache
System: Linux webd011.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: ezpgggd (105871)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/ezpgggd/www/wp-content/plugins/flow-flow/views/news.php
<?php use la\core\LAUtils;

if (!defined('WPINC')) die;
/**
 * Represents the view for the administration news page.
 *
 * This includes the header, options, and other information that should provide
 * The User Interface to the end user.
 *
 * @package   FlowFlow
 * @author    Looks Awesome <email@looks-awesome.com>
 * @link      http://looks-awesome.com
 * @copyright Looks Awesome
 */
/** @var array $context */
$dbm = LAUtils::dbm($context);
$slug = LAUtils::slug($context);
if (!$dbm->canCreateCssFolder()) {
    echo '<p class="ff-error" xmlns="http://www.w3.org/1999/html">Error: Plugin cannot create folder <strong>wp-content/resources/' . $slug . '/css</strong>, please add permissions or create this folder manually.</p>';
}
?>
<div class="news-page" id="news_page">
    <div class="news-loader"></div>
</div>