# redirection/2.6.3/view/log.php

Redirection, version 2.6.3. 25 lines.

- Page: https://pluginprobe.com/plugins/redirection/2.6.3/code/view/log.php
- Raw: https://pluginprobe.com/plugins/redirection/2.6.3/raw/view/log.php
- Modified: 2017-07-01T11:39:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/redirection/2.6.3/code/view/log.php#L10-L20`.

```php
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?>
<div class="wrap">
	<h2><?php echo esc_html( $title ); ?></h2>

	<?php $this->render( 'submenu', array( 'options' => $options ) ); ?>

	<div id="react-ui">
		<noscript>Please enable JavaScript</noscript>
	</div>
</div>

<script>
	var Redirection_Adder, Redirection_Logger;

	addLoadEvent( function() {
		Redirection_Logger = new Redirection_Logs( jQuery, '#add', '#added', '#old' );
		Redirection_Adder = new Redirection_Add( jQuery, '#target', false );

		Redirection_Adder.setup( 'select[name=red_action]', '#add' );
		redirection.show( 'react-ui' );
	} );
</script>

<?php $this->render( 'add', array( 'hidden' => true ) ); ?>

```
