11 lines
166 B
PHP
11 lines
166 B
PHP
|
|
<?php
|
||
|
|
if ( ! defined( 'ABSPATH' ) ) { exit; }
|
||
|
|
|
||
|
|
if(!class_exists('MIRAVIA_LOCAL')) {
|
||
|
|
class MIRAVIA_LOCAL {
|
||
|
|
|
||
|
|
function __construct() {
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|