D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
home
/
vblioqus
/
karachi777.vip
/
in
/
106014
/
900508
/
Filename :
user.tar
back
Copy
privacy.php 0000644 00000000405 15151525441 0006734 0 ustar 00 <?php /** * User Dashboard Privacy administration panel. * * @package WordPress * @subpackage Administration * @since 4.9.0 */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require ABSPATH . 'wp-admin/privacy.php'; user-edit.php 0000644 00000000372 15151525441 0007163 0 ustar 00 <?php /** * Edit user administration panel. * * @package WordPress * @subpackage Administration * @since 3.1.0 */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require ABSPATH . 'wp-admin/user-edit.php'; credits.php 0000644 00000000405 15151525441 0006714 0 ustar 00 <?php /** * User Dashboard Credits administration panel. * * @package WordPress * @subpackage Administration * @since 3.4.0 */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require ABSPATH . 'wp-admin/credits.php'; freedoms.php 0000644 00000000407 15151525441 0007065 0 ustar 00 <?php /** * User Dashboard Freedoms administration panel. * * @package WordPress * @subpackage Administration * @since 3.4.0 */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require ABSPATH . 'wp-admin/freedoms.php'; about.php 0000644 00000000401 15151525442 0006366 0 ustar 00 <?php /** * User Dashboard About administration panel. * * @package WordPress * @subpackage Administration * @since 3.4.0 */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require ABSPATH . 'wp-admin/about.php'; admin.php 0000644 00000001541 15151525442 0006352 0 ustar 00 <?php /** * WordPress User Administration Bootstrap * * @package WordPress * @subpackage Administration * @since 3.1.0 */ define( 'WP_USER_ADMIN', true ); require_once dirname( __DIR__ ) . '/admin.php'; if ( ! is_multisite() ) { wp_redirect( admin_url() ); exit; } $redirect_user_admin_request = ( 0 !== strcasecmp( $current_blog->domain, $current_site->domain ) || 0 !== strcasecmp( $current_blog->path, $current_site->path ) ); /** * Filters whether to redirect the request to the User Admin in Multisite. * * @since 3.2.0 * * @param bool $redirect_user_admin_request Whether the request should be redirected. */ $redirect_user_admin_request = apply_filters( 'redirect_user_admin_request', $redirect_user_admin_request ); if ( $redirect_user_admin_request ) { wp_redirect( user_admin_url() ); exit; } unset( $redirect_user_admin_request ); profile.php 0000644 00000000374 15151525442 0006725 0 ustar 00 <?php /** * User Profile Administration Screen. * * @package WordPress * @subpackage Administration * @since 3.1.0 */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require ABSPATH . 'wp-admin/profile.php'; menu.php 0000644 00000001477 15151525442 0006236 0 ustar 00 <?php /** * Build User Administration Menu. * * @package WordPress * @subpackage Administration * @since 3.1.0 */ // Don't load directly. if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $menu[2] = array( __( 'Dashboard' ), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'dashicons-dashboard' ); $menu[4] = array( '', 'exist', 'separator1', '', 'wp-menu-separator' ); $menu[70] = array( __( 'Profile' ), 'exist', 'profile.php', '', 'menu-top menu-icon-users', 'menu-users', 'dashicons-admin-users' ); $menu[99] = array( '', 'exist', 'separator-last', '', 'wp-menu-separator' ); $_wp_real_parent_file['users.php'] = 'profile.php'; $compat = array(); $submenu = array(); require_once ABSPATH . 'wp-admin/includes/menu.php'; contribute.php 0000644 00000000413 15151525442 0007435 0 ustar 00 <?php /** * User Dashboard Contribute administration panel. * * @package WordPress * @subpackage Administration * @since 6.6.0 */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require ABSPATH . 'wp-admin/contribute.php'; index.php 0000644 00000000373 15151525442 0006373 0 ustar 00 <?php /** * User Dashboard Administration Screen * * @package WordPress * @subpackage Administration * @since 3.1.0 */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require ABSPATH . 'wp-admin/index.php'; dbus.socket 0000644 00000000262 15153543247 0006724 0 ustar 00 [Unit] Description=D-Bus User Message Bus Socket [Socket] ListenStream=%t/bus ExecStartPost=-/usr/bin/systemctl --user set-environment DBUS_SESSION_BUS_ADDRESS=unix:path=%t/bus gpg-agent.socket 0000644 00000000352 15153543247 0007640 0 ustar 00 [Unit] Description=GnuPG cryptographic agent and passphrase cache Documentation=man:gpg-agent(1) [Socket] ListenStream=%t/gnupg/S.gpg-agent FileDescriptorName=std SocketMode=0600 DirectoryMode=0700 [Install] WantedBy=sockets.target paths.target 0000644 00000000612 15153543247 0007103 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Paths Documentation=man:systemd.special(7) graphical-session.target 0000644 00000000744 15153543247 0011405 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Current graphical user session Documentation=man:systemd.special(7) Requires=basic.target RefuseManualStart=yes StopWhenUnneeded=yes printer.target 0000644 00000000641 15153543247 0007451 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Printer Documentation=man:systemd.special(7) StopWhenUnneeded=yes gpg-agent.service 0000644 00000000337 15153543247 0010013 0 ustar 00 [Unit] Description=GnuPG cryptographic agent and passphrase cache Documentation=man:gpg-agent(1) Requires=gpg-agent.socket [Service] ExecStart=/usr/bin/gpg-agent --supervised ExecReload=/usr/bin/gpgconf --reload gpg-agent smartcard.target 0000644 00000000644 15153543247 0007751 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Smart Card Documentation=man:systemd.special(7) StopWhenUnneeded=yes bluetooth.target 0000644 00000000643 15153543247 0007775 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Bluetooth Documentation=man:systemd.special(7) StopWhenUnneeded=yes default.target 0000644 00000000706 15153543247 0007414 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Default Documentation=man:systemd.special(7) Requires=basic.target After=basic.target AllowIsolate=yes systemd-tmpfiles-clean.service 0000644 00000001225 15153543247 0012530 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Cleanup of User's Temporary Files and Directories Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) DefaultDependencies=no Conflicts=shutdown.target Before=basic.target shutdown.target [Service] Type=oneshot ExecStart=/usr/bin/systemd-tmpfiles --user --clean SuccessExitStatus=65 IOSchedulingClass=idle dirmngr.socket 0000644 00000000314 15153543247 0007427 0 ustar 00 [Unit] Description=GnuPG network certificate management daemon Documentation=man:dirmngr(8) [Socket] ListenStream=%t/gnupg/S.dirmngr SocketMode=0600 DirectoryMode=0700 [Install] WantedBy=sockets.target basic.target 0000644 00000000761 15153543247 0007052 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Basic System Documentation=man:systemd.special(7) Wants=sockets.target timers.target paths.target After=sockets.target timers.target paths.target systemd-tmpfiles-setup.service 0000644 00000001324 15153543247 0012606 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Create User's Volatile Files and Directories Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) DefaultDependencies=no Conflicts=shutdown.target Before=basic.target shutdown.target RefuseManualStop=yes [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/systemd-tmpfiles --user --create --remove --boot SuccessExitStatus=65 [Install] WantedBy=basic.target exit.target 0000644 00000000766 15153543247 0006747 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Exit the Session Documentation=man:systemd.special(7) DefaultDependencies=no Requires=systemd-exit.service After=systemd-exit.service AllowIsolate=yes sound.target 0000644 00000000644 15153543247 0007121 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Sound Card Documentation=man:systemd.special(7) StopWhenUnneeded=yes dbus.service 0000644 00000000550 15153543247 0007074 0 ustar 00 [Unit] Description=D-Bus User Message Bus Documentation=man:dbus-daemon(1) Requires=dbus.socket [Service] ExecStart=/usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only ExecReload=/usr/bin/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig grub-boot-success.service 0000644 00000000167 15153543247 0011511 0 ustar 00 [Unit] Description=Mark boot as successful [Service] Type=oneshot ExecStart=/usr/sbin/grub2-set-bootflag boot_success gpg-agent-ssh.socket 0000644 00000000464 15153543247 0010437 0 ustar 00 [Unit] Description=GnuPG cryptographic agent (ssh-agent emulation) Documentation=man:gpg-agent(1) man:ssh-add(1) man:ssh-agent(1) man:ssh(1) [Socket] ListenStream=%t/gnupg/S.gpg-agent.ssh FileDescriptorName=ssh Service=gpg-agent.service SocketMode=0600 DirectoryMode=0700 [Install] WantedBy=sockets.target shutdown.target 0000644 00000000672 15153543247 0007645 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Shutdown Documentation=man:systemd.special(7) DefaultDependencies=no RefuseManualStart=yes dirmngr.service 0000644 00000000324 15153543247 0007600 0 ustar 00 [Unit] Description=GnuPG network certificate management daemon Documentation=man:dirmngr(8) Requires=dirmngr.socket [Service] ExecStart=/usr/bin/dirmngr --supervised ExecReload=/usr/bin/gpgconf --reload dirmngr gpg-agent-extra.socket 0000644 00000000431 15153543250 0010751 0 ustar 00 [Unit] Description=GnuPG cryptographic agent and passphrase cache (restricted) Documentation=man:gpg-agent(1) [Socket] ListenStream=%t/gnupg/S.gpg-agent.extra FileDescriptorName=extra Service=gpg-agent.service SocketMode=0600 DirectoryMode=0700 [Install] WantedBy=sockets.target grub-boot-success.timer 0000644 00000000250 15153543250 0011154 0 ustar 00 [Unit] Description=Mark boot as successful after the user session has run 2 minutes ConditionUser=!@system ConditionVirtualization=!container [Timer] OnActiveSec=2min sockets.target 0000644 00000000614 15153543250 0007433 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Sockets Documentation=man:systemd.special(7) systemd-exit.service 0000644 00000000764 15153543250 0010577 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Exit the Session Documentation=man:systemd.special(7) DefaultDependencies=no Requires=shutdown.target After=shutdown.target SuccessAction=exit-force graphical-session-pre.target 0000644 00000001070 15153543250 0012154 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Session services which should run early before the graphical session is brought up Documentation=man:systemd.special(7) Requires=basic.target Before=graphical-session.target RefuseManualStart=yes StopWhenUnneeded=yes gpg-agent-browser.socket 0000644 00000000452 15153543250 0011314 0 ustar 00 [Unit] Description=GnuPG cryptographic agent and passphrase cache (access for web browsers) Documentation=man:gpg-agent(1) [Socket] ListenStream=%t/gnupg/S.gpg-agent.browser FileDescriptorName=browser Service=gpg-agent.service SocketMode=0600 DirectoryMode=0700 [Install] WantedBy=sockets.target timers.target 0000644 00000000675 15153543250 0007272 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Timers Documentation=man:systemd.special(7) DefaultDependencies=no Conflicts=shutdown.target systemd-tmpfiles-clean.timer 0000644 00000001025 15153543250 0012200 0 ustar 00 # SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Daily Cleanup of User's Temporary Directories Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) [Timer] OnStartupSec=5min OnUnitActiveSec=1d [Install] WantedBy=timers.target max_cgroup_namespaces 0000644 00000000007 15153662616 0011042 0 ustar 00 327965 max_inotify_instances 0000644 00000000005 15153662616 0011072 0 ustar 00 4096 max_inotify_watches 0000644 00000000010 15153662616 0010535 0 ustar 00 3716809 max_ipc_namespaces 0000644 00000000007 15153662616 0010316 0 ustar 00 327965 max_mnt_namespaces 0000644 00000000007 15153662616 0010341 0 ustar 00 327965 max_net_namespaces 0000644 00000000007 15153662616 0010331 0 ustar 00 327965 max_pid_namespaces 0000644 00000000007 15153662616 0010317 0 ustar 00 327965 max_time_namespaces 0000644 00000000007 15153662616 0010501 0 ustar 00 327965 max_user_namespaces 0000644 00000000002 15153662616 0010514 0 ustar 00 0 max_uts_namespaces 0000644 00000000007 15153662616 0010356 0 ustar 00 327965