Advertisement
Guest User

Simple data set to create new company

a guest
Mar 29th, 2025
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | Source Code | 0 0
  1. <?php
  2.  
  3. $lang = 'en';
  4. $title = 'Company advertises on X';
  5. $description = "Is it in line with Company's values to advertise in X?";
  6. $url = 'https://advertises-on-x.ineen.net/en/company/';
  7. $company_url = 'https://company.com/';
  8. $contact_url = 'https://company.com/contact';
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement