/
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/True.php
(323B)
<?php /** * OMAPI_Rules_True class. * * @since 1.5.0 * * @package OMAPI * @author Justin Sternberg */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Rules exception true class. * * @since 1.5.0 */ class OMAPI_Rules_True extends OMAPI_Rules_Exception { protected $bool = true; }
Save
cmd:
run