/
home
/
altere25
/
berryglowbeauty.com
/
wp-admin
/
/home/altere25/berryglowbeauty.com/wp-admin
mkdir
upload
Name
Size
Mode
Actions
css/
-
0755
rm
images/
-
0755
rm
includes/
-
0755
rm
js/
-
0755
rm
maint/
-
0755
rm
network/
-
0755
rm
user/
-
0755
rm
about.php
27954
0644
edit
dl
rm
admin-ajax.php
4672
0644
edit
dl
rm
admin-footer.php
2830
0644
edit
dl
rm
admin-functions.php
409
0644
edit
dl
rm
admin-header.php
8214
0644
edit
dl
rm
admin-post.php
1692
0644
edit
dl
rm
admin.php
12139
0644
edit
dl
rm
async-upload.php
3821
0644
edit
dl
rm
comment.php
11009
0644
edit
dl
rm
credits.php
5307
0644
edit
dl
rm
custom-background.php
419
0644
edit
dl
rm
custom-header.php
429
0644
edit
dl
rm
customize.php
9636
0644
edit
dl
rm
edit-comments.php
14198
0644
edit
dl
rm
edit-form-advanced.php
28801
0644
edit
dl
rm
edit-form-blocks.php
13497
0644
edit
dl
rm
edit-form-comment.php
7805
0644
edit
dl
rm
edit-link-form.php
6230
0644
edit
dl
rm
edit-tag-form.php
9519
0644
edit
dl
rm
edit-tags.php
21492
0644
edit
dl
rm
edit.php
17886
0644
edit
dl
rm
erase-personal-data.php
3243
0644
edit
dl
rm
export-personal-data.php
3218
0644
edit
dl
rm
export.php
10943
0644
edit
dl
rm
freedoms.php
4706
0644
edit
dl
rm
import.php
7529
0644
edit
dl
rm
index.php
5901
0644
edit
dl
rm
install-helper.php
5907
0644
edit
dl
rm
install.php
16898
0644
edit
dl
rm
link-add.php
727
0644
edit
dl
rm
link-manager.php
4191
0644
edit
dl
rm
link-parse-opml.php
2604
0644
edit
dl
rm
link.php
2746
0644
edit
dl
rm
load-scripts.php
1709
0644
edit
dl
rm
load-styles.php
2317
0644
edit
dl
rm
media-new.php
3214
0644
edit
dl
rm
media-upload.php
3375
0644
edit
dl
rm
media.php
5609
0644
edit
dl
rm
menu-header.php
9743
0644
edit
dl
rm
menu.php
14486
0644
edit
dl
rm
moderation.php
322
0644
edit
dl
rm
ms-admin.php
211
0644
edit
dl
rm
ms-delete-site.php
4199
0644
edit
dl
rm
ms-edit.php
231
0644
edit
dl
rm
ms-options.php
238
0644
edit
dl
rm
ms-sites.php
230
0644
edit
dl
rm
ms-themes.php
232
0644
edit
dl
rm
ms-upgrade-network.php
234
0644
edit
dl
rm
ms-users.php
230
0644
edit
dl
rm
my-sites.php
4657
0644
edit
dl
rm
nav-menus.php
43841
0644
edit
dl
rm
network.php
5407
0644
edit
dl
rm
options-discussion.php
15312
0644
edit
dl
rm
options-general.php
14951
0644
edit
dl
rm
options-head.php
492
0644
edit
dl
rm
options-media.php
6247
0644
edit
dl
rm
options-permalink.php
18953
0644
edit
dl
rm
options-privacy.php
8087
0644
edit
dl
rm
options-reading.php
9711
0644
edit
dl
rm
options-writing.php
8634
0644
edit
dl
rm
options.php
12192
0644
edit
dl
rm
plugin-editor.php
13366
0644
edit
dl
rm
plugin-install.php
6398
0644
edit
dl
rm
plugins.php
24371
0644
edit
dl
rm
post-new.php
2712
0644
edit
dl
rm
post.php
9664
0644
edit
dl
rm
press-this.php
2404
0644
edit
dl
rm
privacy-policy-guide.php
852
0644
edit
dl
rm
privacy.php
2565
0644
edit
dl
rm
profile.php
298
0644
edit
dl
rm
revision.php
5213
0644
edit
dl
rm
setup-config.php
15908
0644
edit
dl
rm
site-health-info.php
5788
0644
edit
dl
rm
site-health.php
5352
0644
edit
dl
rm
term.php
2264
0644
edit
dl
rm
theme-editor.php
15088
0644
edit
dl
rm
theme-install.php
15213
0644
edit
dl
rm
themes.php
23702
0644
edit
dl
rm
tools.php
3470
0644
edit
dl
rm
update-core.php
33726
0644
edit
dl
rm
update.php
10955
0644
edit
dl
rm
upgrade-functions.php
344
0644
edit
dl
rm
upgrade.php
5560
0644
edit
dl
rm
upload.php
13921
0644
edit
dl
rm
user-edit.php
29254
0644
edit
dl
rm
user-new.php
22285
0644
edit
dl
rm
users.php
19890
0644
edit
dl
rm
widgets.php
19740
0644
edit
dl
rm
Edit:
/home/altere25/berryglowbeauty.com/wp-admin/freedoms.php
(4706B)
<?php /** * Your Rights administration panel. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); // This file was used to also display the Privacy tab on the About screen from 4.9.6 until 5.3.0. if ( isset( $_GET['privacy-notice'] ) ) { wp_redirect( admin_url( 'privacy.php' ), 301 ); exit; } $title = __( 'Freedoms' ); list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); include( ABSPATH . 'wp-admin/admin-header.php' ); ?> <div class="wrap about__container"> <div class="about__header"> <div class="about__header-title"> <h1> <span><?php echo $display_version; ?></span> <?php _e( 'WordPress' ); ?> </h1> </div> <div class="about__header-badge"></div> <div class="about__header-text"> <p> <?php printf( /* translators: %s: The current WordPress version number. */ __( 'Introducing our most refined user experience with the improved block editor in WordPress %s!' ), $display_version ); ?> </p> </div> <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a> <a href="freedoms.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Freedoms' ); ?></a> <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a> </nav> </div> <div class="about__section has-subtle-background-color is-feature"> <h2><?php _e( 'Freedoms' ); ?></h2> <p class="about-description"> <?php printf( /* translators: %s: https://wordpress.org/about/license/ */ __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), __( 'https://wordpress.org/about/license/' ) ); ?> </p> </div> <hr /> <div class="about__section has-4-columns"> <div class="column"> <div class="freedoms-image"></div> <h3><?php _e( 'The 1st Freedom' ); ?></h3> <p><?php _e( 'To run the program for any purpose.' ); ?></p> </div> <div class="column"> <div class="freedoms-image"></div> <h3><?php _e( 'The 2nd Freedom' ); ?></h3> <p><?php _e( 'To study how the program works and change it to make it do what you wish.' ); ?></p> </div> <div class="column"> <div class="freedoms-image"></div> <h3><?php _e( 'The 3rd Freedom' ); ?></h3> <p><?php _e( 'To redistribute.' ); ?></p> </div> <div class="column"> <div class="freedoms-image"></div> <h3><?php _e( 'The 4th Freedom' ); ?></h3> <p><?php _e( 'To distribute copies of your modified versions to others.' ); ?></p> </div> </div> <div class="about__section"> <div class="column"> <p> <?php printf( /* translators: %s: https://wordpressfoundation.org/trademark-policy/ */ __( 'WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. We’re flattered every time someone spreads the good word, just make sure to <a href="%s">check out our trademark guidelines</a> first.' ), 'https://wordpressfoundation.org/trademark-policy/' ); ?> </p> <p> <?php $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : __( 'https://wordpress.org/plugins/' ); $themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : __( 'https://wordpress.org/themes/' ); printf( /* translators: 1: URL to Plugins screen, 2: URL to Themes screen, 3: https://wordpress.org/about/license/ */ __( 'Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it’s GPL</a> first. If they don’t respect the WordPress license, we don’t recommend them.' ), $plugins_url, $themes_url, __( 'https://wordpress.org/about/license/' ) ); ?> </p> <p><?php _e( 'Don’t you wish all software came with these freedoms? So do we! For more information, check out the <a href="https://www.fsf.org/">Free Software Foundation</a>.' ); ?></p> </div> </div> </div> <?php include( ABSPATH . 'wp-admin/admin-footer.php' ); ?>
Save
cmd:
run